Skip to content
fraisse edited this page Sep 29, 2011 · 9 revisions

Install playframework.

unzip playframework

#> export PLAY_HOME=path/to/play

#> export PATH=$PATH:$PLAY_HOME

clone the repo (or perhaps preferably your fork ...)

#> git clone [email protected]:Jug-Montpellier/play-Jug.git

Dependency management

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.

eclipsify

#> play eclipsify play-Jug

Don't forget to force the encoding to UTF-8 for HTML resources (workspace settings).

run

#> play run