Skip to content

Instantly share code, notes, and snippets.

@sharmaansh21
Created March 4, 2014 02:34
Show Gist options
  • Save sharmaansh21/9339266 to your computer and use it in GitHub Desktop.
Save sharmaansh21/9339266 to your computer and use it in GitHub Desktop.
Neo4j Ubuntu
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