Difference between revisions of "Neo4j"

From RHS Wiki
Jump to navigation Jump to search
(Created page with "= Neo4j Graph Database = == Installation == wget -O - http://debian.neo4j.org/neotechnology.gpg.key | apt-key add - echo 'deb http://debian.neo4j.org/repo stable/' > /etc/ap...")
 
Line 6: Line 6:
 
  apt-get install neo4j
 
  apt-get install neo4j
 
  service neo4j-service status
 
  service neo4j-service status
 +
 +
== Configuration ==
 +
To enable remote acess edit: /etc/neo4j/neo4j-server.properties<br />
 +
Uncomment:
 +
org.neo4j.server.webserver.address=0.0.0.0

Revision as of 13:46, 7 April 2016

Neo4j Graph Database

Installation

wget -O - http://debian.neo4j.org/neotechnology.gpg.key | apt-key add -
echo 'deb http://debian.neo4j.org/repo stable/' > /etc/apt/sources.list.d/neo4j.list
apt-get update
apt-get install neo4j
service neo4j-service status

Configuration

To enable remote acess edit: /etc/neo4j/neo4j-server.properties
Uncomment:

org.neo4j.server.webserver.address=0.0.0.0