I have the following installations on my Windows 7 machine :
- Neo4j Community Edition 3.1.0
- Structr-ui-2.0.1
I had first installed Neo4j, then Structr UI.
I am able to run Structr UI and create a schema, add nodes and relationships.
I have the following questions :
- I guess that Structr starts and uses it's own, independent neo4j instance. Whenever I have my already-installed Neo4j started, Structr throws an exception saying the address 7474 is already bound
- I cannot connect to this 'internal' Neo4j instance from Cypher shell (using the bat file from my existing instance, providing port no. etc.)
- I wish to use both Structr UI as well as Cypher shell. The best way to do this is ask Structr to use my existing Neo4j instance rather than it's internal one
How shall I proceed ?