Changes

Jump to navigation Jump to search
537 bytes added ,  14:21, 7 April 2016
no edit summary
Line 20: Line 20:     
* Unmark active runlevels
 
* Unmark active runlevels
 +
 +
== Neo4j and MongoDB ==
 +
* Neo4 j must be running, if authentication is enabled, we need to set NEO4J_AUTH
 +
export NEO4J_AUTH=user:password
 +
* Make sure you are runing a replica of your MongoDB, To start a replica start MongoDB with:
 +
mongod --replSet myDevReplSet
 +
* Open mongo and run:
 +
rs.initiate()
 +
* Start the mongo-connector:
 +
mongo-connector -m localhost:27017 -t http://localhost:7474/db/data -d neo4j_doc_manager
 +
-m provides the MongoDB endpoint, -t specifies the Neo4j endpoint -d specifies Neo4j  doc Manager as the doc manager

Navigation menu