Skip to content

Instantly share code, notes, and snippets.

@quinn
Created October 23, 2011 16:33
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save quinn/1307556 to your computer and use it in GitHub Desktop.
Save quinn/1307556 to your computer and use it in GitHub Desktop.
neo4j on ubuntu
sudo apt-get install openjdk-6-jre-headless
curl -O http://dist.neo4j.org/neo4j-community-1.5.M02-unix.tar.gz
tar -xf neo4j-community-1.5.M02-unix.tar.gz
rm neo4j-community-1.5.M02-unix.tar.gz
neo4j-community-1.5.M02/bin/neo4j start
@isomorphisms
Copy link

Thank you for sharing this.

@quinn
Copy link
Author

quinn commented Aug 2, 2012

No problem :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment