Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aelesbao/lift_clean
My settings for a blank Lift 2.4 project using SBT 0.11.2, Jetty 8 and Specs2
https://github.com/aelesbao/lift_clean
Last synced: 6 days ago
JSON representation
My settings for a blank Lift 2.4 project using SBT 0.11.2, Jetty 8 and Specs2
- Host: GitHub
- URL: https://github.com/aelesbao/lift_clean
- Owner: aelesbao
- Created: 2012-02-20T20:48:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-02-21T01:14:41.000Z (over 12 years ago)
- Last Synced: 2023-03-22T10:46:55.484Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 969 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Lift Clean
==========This is a clean and updated configuration for the Lift Blank template found on
[Liftweb](http://liftweb.net/) site.This project uses:
* SBT 0.11.2
* Jetty 8.1.0
* Specs2 1.8.1Running
-------At the project root, execute `./sbt` to open the SBT shell. You'll need to wait a few
minutes while it downloads all the dependencies... :O zzzzWhen it's done, type `~container:start`, access `http://localhost:9081/` and enjoy ;)
How to setup Eclipse
--------------------First, get the [Scala IDE plugin](http://scala-ide.org/). To fine tune your settings,
follow the instructions [here](http://scala-ide.org/docs/user/advancedsetup.html).Then, run `./sbt eclipse` to create the `.project` and `.classpath` files. Now on Eclipse
you'll just need to go to `File -> Import...` and choose *Existing projects into workspace*.Too easy! :)
See also
--------* [Simple Build Tool](https://github.com/harrah/xsbt)
* [sbteclipse](https://github.com/typesafehub/sbteclipse): the SBT plugin used to generate the project files
* [Liftweb Wiki > Using SBT](http://www.assembla.com/spaces/liftweb/wiki/Using_SBT): instructions on how to setup Lift with SBT 0.10.x