| [ Web Proxy ] |
| Viewing: https://riptutorial.com/playframework-2-0 | [Back] [Original] |
[logo rip]
This tag is a duplicate of playframework. Please post any content that you would post here in that tag, with the version set to 2.0
Download Play! 1. Goto http://www.playframework.com/download and download latest Play! release (play-2.5.X.zip at the time of this writing). Unzip in a directory of your choice. Well refer to uncompressed folder directory as PLAY_HOME.
Add PLAY_HOME folder to you PATH environment variable, so that its handy when you run play commands from within your project. If youre using Bash, you can do this by simply appending m like this to user.home/.bashrc
export PATH=$PATH:/home/impadmin/play-2.5.x
and we are done. (detailed instructions are given here).
Create your project
[enter image description here]
Run command play to enter Play! console.
Youre free to use any text editor of your choice for writing source code and modifying configuration files.
| Web Proxy Viewer | New URL | Original Page |