I've created a boatload of nodes in my neo4j database and I've been happily querying them. Everything's working great, but I don't see how to get the web interfaced attached to my local database – terminology doesn't seem to be super consistent in the neo4j documentation, so I'm using it in the context of:
~$ /opt/neo4j/bin/neo4j-shell -? | grep -e '^ \-path'
-path Points to a neo4j db path so that a local server can be started there
The web server just seems interested in the database in data/graph.db. I feel like :server connect
should have some option to connect to a different local database, but it's not evident.