Neo4J

From Biowikifarm Metawiki
Revision as of 19:17, 26 January 2015 by Richard Di (Talk | contribs)

Jump to: navigation, search

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 <filename>


Change directory to: NEO4J_HOME
(Use Oracle(R) Java(TM) 7 or OpenJDK(TM) to run Neo4j Server. Install if missing)
use

sudo apt-get install openjdk-7-jre

Running the server

Run: ./bin/neo4j console to start server


user name: neo4j