forked from arnaud-castelltort/play-Jug
-
Notifications
You must be signed in to change notification settings - Fork 4
Quick start
fraisse edited this page Sep 29, 2011
·
9 revisions
unzip playframework
#> export PLAY_HOME=path/to/play
#> export PATH=$PATH:$PLAY_HOME
#> git clone [email protected]:Jug-Montpellier/play-Jug.git
Since the 1.2 version, Play provides a dependency management system which allows you to express the application’s external dependencies in a single dependencies.yml
file. Launch the command :
#> play dependencies
then, Play will resolve, download and install all required dependencies.
#> play eclipsify play-Jug
Don't forget to force the encoding to UTF-8 for HTML resources (workspace settings).
#> play run