Super simple Neo4j server with Vagrant
- Base server: ubuntu trusty64
- Neo4j: latest available from http://debian.neo4j.org/repo
- Clone this repo
- Execute
vagrant up --provision
<-- This will take a while - Once complete, navigate to http://127.0.0.1:7474
- The data and other things are stored at /var/lib/neo4j/.
- Manage the service from /etc/init.d/neo4j-service