Skip to content

Instantly share code, notes, and snippets.

@fxp
Created October 25, 2016 08:20
Show Gist options
  • Save fxp/d15df5b830abe10de17577032a1ca8e7 to your computer and use it in GitHub Desktop.
Save fxp/d15df5b830abe10de17577032a1ca8e7 to your computer and use it in GitHub Desktop.
Install Neo4j community on Ubuntu
wget -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add -
echo 'deb http://debian.neo4j.org/repo stable/' | sudo tee /etc/apt/sources.list.d/neo4j.list
sudo apt-get update
sudo apt-get install neo4j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment