Play framework - AADevTeam/docs GitHub Wiki
Installing Play Framework
- Install JDK 7 and set the necessary environment variables.
- Extract
play-2.2.0.zipto a relevant folder, preferably one without spaces in folder names. - Add the full path of this extracted folder to the
PATHenvironment variable. - To verify the installation, open a Command Prompt and enter the command
play. The default play screen should appear.
Tips
Applying evolutions
play -DapplyEvolutions.default=true run