Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Installing Neo4J on Dev box

Ross Clements edited this page Oct 17, 2013 · 4 revisions

To install Neo4J on the Dev box:

  1. Download and unzip neo4j.
  2. Locate the file neo4j-server.properties (under folder "conf").
  3. Comment out the following line: org.neo4j.server.database.location=data/graph.db
  4. In order to use the iati-xml files as the source data, add the following line: org.neo4j.server.database.location=/home/administrator/data/iati-xml.
  5. From terminal go to bin folder of neo4j and ./neo4j start command should start the server and webadmin.
  6. Access the webadmin from http://localhost:7474/webadmin

Clone this wiki locally