Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1001 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 1001 Bytes

Lift MongoDB Project

g8 template to get a Lift-MongoDB webapp up and running quickly. The template generates a project that uses Twitter's Bootstrap and implements the Mongoauth Lift Module. It uses SBT 0.11.3 as the build tool.

Usage

Install giter8 (g8) - Readme for more information.

Install SBT 0.11.3 - Wiki for more information.

In a shell, run the following in the parent directory of the new project:

g8 eltimn/lift-mongo
cd <project-name>

Please see the README file in your new project for further instructions on configuring and running your app.

Versions

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.