Skip to content

Commit

Permalink
Added the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
dpp committed Apr 26, 2010
1 parent 0172d2f commit 43698a3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Install Java, Simple Build Tool, and Git

Clone this repository with:

git clone git://github.com/dpp/lift_sbt_prototype.git

Then cd into lift_sbt_prototype and type:
sbt

At the sbt prompt, type:
update

Then:
jetty-run

Point your browser to:
http://localhost:8080/

Voila a running Lift app

0 comments on commit 43698a3

Please sign in to comment.