Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 296 Bytes

README_run.md

File metadata and controls

13 lines (11 loc) · 296 Bytes

Deployment Notes

To generate the neo4j graph database, run the following in a console:

new play.core.StaticApplication(new java.io.File("."))
controllers.Application.create_graph()

Here is how to bring up the play console in Heroku:

heroku run sbt play console