I was just watching the Belgium Beer demo and I would like to replicate the same process to start structr with an existing neo4j graph.
Unfortunately if do the following steps:
- Extract the downloaded structr folder.
- Create a folder structr/db and copy the content of my graph.db.
- Start structr with appropriate version of this command: java -cp lib/*;structr-ui-1.1-SNAPSHOT-201505231136.f596a.jar org.structr.Server
I get the following error:
SEVERE: Vital service NodeService failed to start: Error starting org.neo4j.kern el.EmbeddedGraphDatabase, c:\Users\DataToValue\Documents\structr.\db. Aborting
Any idea how I could start a structr project with an existing graph db?