https://github.com/fmpwizard/specs-lift
https://github.com/fmpwizard/specs-lift
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fmpwizard/specs-lift
- Owner: fmpwizard
- Created: 2010-12-19T15:40:52.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-11T04:57:17.000Z (over 15 years ago)
- Last Synced: 2025-01-30T18:40:52.961Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Install Java, Simple Build Tool
http://code.google.com/p/simple-build-tool/
Run:
git clone git://github.com/fmpwizard/specs-lift.git
Then cd into specs-lift and type:
sbt
At the sbt prompt, type:
update
#This may take a while the first time, it will download dependences.
Then:
>test
and you will see the test pass :)
if you want to see the UI, do
>jetty-run
and go to:
http://127.0.0.1:8080/main-tab?v=2.3.4.00
Enjoy!
Diego