Skip to content

Instantly share code, notes, and snippets.

@twneale
Forked from quinn/ubuntu-neo4j.sh
Created July 28, 2012 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twneale/3194643 to your computer and use it in GitHub Desktop.
Save twneale/3194643 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment