- Install Play! Framework:
- Download and install Play! Framework: play
- Install Neo4j graph database:
- Download and install Neo4j server: neo4j
- Compile using Play! activator:
- Enter into project directory, initialize activator and compile:
It will download all dependencies and compile the application.$ cd ep $ activator [ep] $ compile
- Launch application using activator:
$ cd ep
$ activator
[ep] $ run
Application will start, usaully at http://localhost:9000
Free Software