Lift-Bootstrap is a port of Tim Nelson's awesome lift-mongo to SQL.
g8 template to get a Lift-Bootstrap/SQL webapp up and running quickly. The template generates a project that uses Twitter's Bootstrap and uses Mapperauth, a SQL port of Mongoauth Lift Module. It uses SBT 0.12 as the build tool.
Install giter8 (g8) - Readme for more information.
Install SBT 0.12 - Setup for more information.
In a shell, run the following in the parent directory of the new project:
g8 tuhlmann/lift-bootstrap
cd <project-name>
Please see the README file in your new project for further instructions on configuring and running your app.
Instead of allowing the user to select Scala, Lift, and SBT versions, this template uses predetermined versions. This will hopefully make it easier for new users to get the proper versions of dependent libraries.