Last active
August 29, 2015 14:16
-
-
Save michaellouieloria/7462ca5f689641086a81 to your computer and use it in GitHub Desktop.
Install Neo4j in Ubuntu
This file contains 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| 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