Skip to content
stasimus edited this page Nov 18, 2011 · 10 revisions

Developer's Guide

Install

@TODO

Configure

@TODO

Initialize Project

Grails

  1. Clean any existing git repository
  2. Clean any grails projects with the same name
  3. Clone Git repository based on GitHub HTTPs URI
  4. Import project
  5. Run grails upgrade
  6. Run grails clean
  7. Run grails compile
  8. Run grails run-app
  9. 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

Neo4J

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/

Clone this wiki locally