Use these playbooks to boot a neo4j development environment using Vagrant.
- Ansible 1.4+
- VirtualBox or VMWare Fusion
- Vagrant
- Clone this repo.
vagrant up
orvagrant up --provider=vmware_fusion
if you're using VMware Vagrant.- Once provisioned, neo4j will be available at
http://192.168.22.22
That's it.
This playbook installs authentication-extension by default. The default username and password are username
and password
. See the readme for that repo on how to configure it.
This playbook uses upstart
to restart neo4j automatically whenever the server is restarted.
Please test any changes to the playbook using serverspec. To run the tests, run bundle install
and bundle exec rake spec
. Check out the spec/
folder for examples.
The Ansible playbooks are licenced under MIT as described in LICENCE.md
. neo4j is licenced under GPLv3 as described in its README.