Skip to content

Instantly share code, notes, and snippets.

@OpenCoderX
Forked from quinn/ubuntu-neo4j.sh
Created April 11, 2013 18:43
Show Gist options
  • Save OpenCoderX/5366039 to your computer and use it in GitHub Desktop.
Save OpenCoderX/5366039 to your computer and use it in GitHub Desktop.
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