Skip to content

Instantly share code, notes, and snippets.

@rolandinsh
Last active February 6, 2017 00:51
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 rolandinsh/170141e1add053ca9879064673a24a69 to your computer and use it in GitHub Desktop.
Save rolandinsh/170141e1add053ca9879064673a24a69 to your computer and use it in GitHub Desktop.
Installing Neo4j on Ubuntu
cd ~
wget -O - http://debian.neo4j.org/neotechnology.gpg.key >> key.pgp
sudo apt-key add key.pgp
echo 'deb http://debian.neo4j.org/repo stable/' | sudo tee -a /etc/apt/sources.list.d/neo4j.list > /dev/null
sudo apt-get update && sudo apt-get install neo4j
sudo service neo4j (stop|start|restart)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment