- Python 2.7
- Java (JDK 1.8)
Follow these steps to setup a local environment on your machine
- Download Play! 1 from here
- Unzip previous file
- Add
play
to your PATH environment variable - Execute
play run
- Visit
http://localhost:9000
In order to integrate application with an IDE you can run one of the following commands accordingly:
Eclipse: play eclipsify
IntelliJ: play idea
More info here
If you need some help with development you can visit official documentation site