https://github.com/playframework/Play20/wiki/Installing Building from sourcesTo benefit from the latest improvements and bug fixes after the initial beta release, you may want to compile Play 2.0 from sources. You’ll need a Git client to fetch the sources. From the shell, first checkout the Play 2.0 sources: $ git clone git://github.com/playframework/Play20.git
Then go to the $ cd Play20/framework $ ./build > update > compile > publish-local Once in the sbt console, run
If you want to make changes to the code you can use $ git pull $ ./framework/build [Play20] $ ./framework/package
|
C11.Web Framework > C11.2.Play! Framework 2 >