Skip to content

Instantly share code, notes, and snippets.

@pjvds
Forked from quinn/ubuntu-neo4j.sh
Created April 18, 2012 19:29
Show Gist options
  • Save pjvds/2415945 to your computer and use it in GitHub Desktop.
Save pjvds/2415945 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.6.2-unix.tar.gz
tar -xf neo4j-community-1.6.2-unix.tar.gz
rm neo4j-community-1.6.2-unix.tar.gz
neo4j-community-1.6.2/bin/neo4j start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment