Skip to content
akollegger edited this page Oct 15, 2012 · 7 revisions

Prepare on Github

  1. Got Github?
  1. Join the right organization
  1. Create a github repository for your work

Get Neo4j

To work with the data, you'll need it in a database - Neo4j!

  1. Download Neo4j 1.8
  2. Try running Neo4j
  • as simple as ./bin/neo4j start
  • full install details in the Neo4j Manual
  1. Learn about using Neo4j's web interface
  1. Stop Neo4j
  • stop Neo4j by running ./bin/neo4j stop

Clone this wiki locally