Created
March 4, 2014 02:34
-
-
Save sharmaansh21/9339266 to your computer and use it in GitHub Desktop.
Neo4j 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
add-apt-repository ppa:webupd8team/java && wget -O - http://debian.neo4j.org/neotechnology.gpg.key | apt-key add - && echo ‘deb http://debian.neo4j.org/repo stable/’ > /etc/apt/sources.list.d/neo4j.list && apt-get update && apt-get install oracle-java7-installer && apt-get install oracle-java7-set-default && apt-get install neo4j && sed -i.bak ‘s/#org.neo4j.server.webserver.address=0.0.0.0/org.neo4j.server.webserver.address=0.0.0.0/g’ /etc/neo4j/neo4j-server.properties && neo4j start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment