DOWNLOAD and run using SBT
Install
Simple Build Tool
and download a Tar or
Zip of a simple Lift project.
Expand the project and cd into the lift
directory. Then type
sbt update ~jetty-run
and you should be able to browse to
http://localhost:8080 and see your running
Lift app.
DOWNLOAD and run using Maven
If you already have Apache Maven 2.2.0+ or later installed and configured on your system, you already have everything you need to get started. If you currently don't have Maven installed, you can either install Maven manually using these instructions. Alternatively, you can use one of our installers below:
Mac OSX (10.4+)
Download the installer here
Windows
Download the installer here
Linux
For linux, we recommend that you use your native package management system to install maven. If you are unsure how to do this, please refer to your OS documentation.
If you are having problems getting started on Linux, head over to the mailing list.