DOWNLOAD and run using the Simply Build Tool (sbt)

Download
  • Lift 2.4 release: TAR or Zip.
    Expand the project and cd into the directory and the "scala_28/lift_basic" subdirectory. Then type
    sbt update ~jetty-run
    and you should be able to browse to http://localhost:8080 and see your running Lift app.
  • Lift 2.3 release: TAR or Zip.
    Expand the project and cd into the directory and the "lift_basic" subdirectory. Then type
    sbt update ~jetty-run
    and you should be able to browse to http://localhost:8080 and see your running Lift app.
  • Lift 2.2 release Tar or Zip.
  • Lift 2.1 release Tar or Zip
Expand the project and cd into the newly created directory. Then type
sbt update ~jetty-run
and you should be able to browse to http://localhost:8080 and see your running Lift app.

If you are having problems getting started on Linux, head over to the mailing list.