Skip to content

Instantly share code, notes, and snippets.

@flyakite
Created April 20, 2014 14:51
Show Gist options
  • Save flyakite/11115974 to your computer and use it in GitHub Desktop.
Save flyakite/11115974 to your computer and use it in GitHub Desktop.
neo4j installation
# install java 1.7
# http://download.oracle.com/otn-pub/java/jdk/7u55-b13/jdk-7u55-linux-x64.tar.gz
# http://download.oracle.com/otn-pub/java/jdk/7u55-b13/jdk-7u55-linux-x64.rpm
# http://download.oracle.com/otn-pub/java/jdk/7u55-b13/jdk-7u55-macosx-x64.dmg
# export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home
# PATH=${PATH}:/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment