Play Framework - AADevTeam/docs GitHub Wiki

Installing Play Framework

  1. Install JDK 7 and set the necessary environment variables.
  2. Extract play-2.2.0.zip to a relevant folder, preferably one without spaces in folder names.
  3. Add the full path of this extracted folder to the PATH environment variable.
  4. 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
⚠️ **GitHub.com Fallback** ⚠️