I'm working on Rails project with Neo4j.rb and I have a very basic problem: I'd like to dump my data to file (and next load it back). Unfortunately I can't do this. I tried this command:
neo4j-admin dump --database=<database> --to=<destination-path>
but I got this:
neo4j-admin: command not found
So, how can I solve this problem?