-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
following the instructions in the Readme file does not create a working DocumentLoader:
Rake wants to start neo4j from ./db/neo4j/development what is an empty directory.
Installing neo4j through their debian repo results in a working neo4j installation, but the rails server is not acknowledging it.
Copying neo4j in the ./db/neo4j/development folder allows to start neo4j with the "Rake" command, but the rails server still crashes:
Exiting
/home/mark/.rvm/gems/ruby-2.2.1/gems/neo4j-core-5.1.12/lib/neo4j-server/resource.rb:37:in `handle_response_error!': Expected response code 200 Error for request http://localhost:7474/db/data/, 401 (Neo4j::Server::Resource::ServerException)
Please fix and/or give clear instructions in the Readme