Created
October 25, 2016 08:20
-
-
Save fxp/d15df5b830abe10de17577032a1ca8e7 to your computer and use it in GitHub Desktop.
Install Neo4j community on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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