Difference between revisions of "Neo4J"
From Biowikifarm Metawiki
Richard Di (Talk | contribs) |
Richard Di (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | == Neo4J installation guide for linux == | |
− | Follow this page | + | Follow this page <br>http://neo4j.com/docs/stable/server-installation.html |
− | http://neo4j.com/docs/stable/server-installation.html<br | + | <br> |
− | First run this command to save the file on server | + | First run this command to save the file on linux server |
− | sudo wget -O neo4j http://neo4j.com/artifact.php? | + | <syntaxhighlight lang="bash"> |
− | + | sudo wget -O neo4j http://neo4j.com/artifact.php?name=neo4j-community-2.2.0-M02-unix.tar.gz | |
+ | </syntaxhighlight><br /> | ||
+ | <br /> | ||
then do | then do | ||
− | tar -xf <filename> | + | <syntaxhighlight lang="bash"> |
+ | tar -xf | ||
+ | </syntaxhighlight> <filename> | ||
<br /> | <br /> | ||
Revision as of 17:47, 26 January 2015
Neo4J installation guide for linux
Follow this page
http://neo4j.com/docs/stable/server-installation.html
First run this command to save the file on linux server
sudo wget -O neo4j http://neo4j.com/artifact.php?name=neo4j-community-2.2.0-M02-unix.tar.gz
then do
tar -xf
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
user name: neo4j