Difference between revisions of "Neo4J"
From Biowikifarm Metawiki
Richard Di (Talk | contribs) |
Richard Di (Talk | contribs) |
||
Line 16: | Line 16: | ||
(Please use Oracle(R) Java(TM) 7 or OpenJDK(TM) to run Neo4j Server.) | (Please use Oracle(R) Java(TM) 7 or OpenJDK(TM) to run Neo4j Server.) | ||
+ | <br> | ||
+ | use sudo apt-get install openjdk-7-jre |
Revision as of 21:05, 23 January 2015
- Bulleted list item
Follow this page
http://neo4j.com/docs/stable/server-installation.html
First run this command to save the file on server
sudo wget -O neo4j http://neo4j.com/artifact.php?na
me=neo4j-community-2.2.0-M02-unix.tar.gz
then do
tar -xf <filename>
Change directory to: $NEO4J_HOME
Run: ./bin/neo4j console
(Please use Oracle(R) Java(TM) 7 or OpenJDK(TM) to run Neo4j Server.)
use sudo apt-get install openjdk-7-jre