Created
April 28, 2014 17:44
-
-
Save SmiddyPence/11378974 to your computer and use it in GitHub Desktop.
Install Neo4J 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 - 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-service (stop|start|restart) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment