-
Notifications
You must be signed in to change notification settings - Fork 0
Developer's Guide
stasimus edited this page Nov 18, 2011
·
10 revisions
@TODO
@TODO
- Clean any existing git repository
- Clean any grails projects with the same name
- Clone Git repository based on GitHub HTTPs URI
- Import project
- Run grails upgrade
- Run grails clean
- Run grails compile
- Run grails run-app
- Application should start at http://localhost:8080/spine
Other references how to clone and maintain git repositories using EGit Plugin in Eclipse/STS: http://unicase.blogspot.com/2011/01/egit-tutorial-for-beginners.html
Install neo4j according to manual.
Edit the main configuration file for the server can be found at conf/neo4j-server.properties
Change property
org.neo4j.server.database.location=data/graph.db
to real path for app db.
Very useful tool for exploring DB state: http://gephi.org/tag/neo4j/