Skip to content

Instantly share code, notes, and snippets.

@michaellouieloria
Last active August 29, 2015 14:16
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 michaellouieloria/7462ca5f689641086a81 to your computer and use it in GitHub Desktop.
Save michaellouieloria/7462ca5f689641086a81 to your computer and use it in GitHub Desktop.
Install Neo4j in Ubuntu
wget -O - http://debian.neo4j.org/neotechnology.gpg.key| sudo apt-key add -
sudo -i
echo 'deb http://debian.neo4j.org/repo stable/' > /etc/apt/sources.list.d/neo4j.list
exit
sudo apt-get update
sudo apt-get install neo4j
http://neo4j.com/docs/1.6.2/configuration-linux-notes.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment