Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mneedham/neo-vagrant
Vagrant instance with neo4j installed
https://github.com/mneedham/neo-vagrant
Last synced: 14 days ago
JSON representation
Vagrant instance with neo4j installed
- Host: GitHub
- URL: https://github.com/mneedham/neo-vagrant
- Owner: mneedham
- Created: 2013-03-04T22:24:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-04T22:36:36.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T09:10:05.658Z (9 months ago)
- Language: Puppet
- Size: 129 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A vagrant instance with neo4j installed
vagrant up # creates the instance
vagrant provision # re-runs the puppet
vagrant reload --no-provision # updates VM stuff without running puppet
curl http://bob:bob123@localhost:60000 # to access the neo console from host machine