neo4j-contrib / rabbithole

Interactive, embeddable Neo4j-Console
http://rabbithole.heroku.com
79 stars 41 forks source link

Add to wiki or readme how to connect a local Neo4j server #76

Open hoffmaaxe opened 10 years ago

hoffmaaxe commented 10 years ago

Please add the info how to connect a local Neo4j server by rabbithole.

I've got it so: NEO4J_LOGIN="root" NEO4J_PASSWORD="1234" NEO4J_URL="http://localhost:7474" ./target/bin/webapp

(Username and Password are optional if the authentication plugin of Neo4j is used)

hoffmaaxe commented 10 years ago

This is related to #75