Created
April 20, 2014 14:51
-
-
Save flyakite/11115974 to your computer and use it in GitHub Desktop.
neo4j installation
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
# 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