https://github.com/mneedham/neo4j-vagrant
https://github.com/mneedham/neo4j-vagrant
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mneedham/neo4j-vagrant
- Owner: mneedham
- Created: 2015-03-25T13:28:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T13:34:10.000Z (about 11 years ago)
- Last Synced: 2025-04-08T17:49:30.216Z (about 1 year ago)
- Language: HTML
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a vagrant recipe for spinning up a 3 machine cluster using Neo4j 2.2 with the Open JDK.
Just type:
```
vagrant up
```
And you're good to go!
The Neo4j browser for each of the machines will be available locally at:
* [http://localhost:7001](http://localhost:7001)
* [http://localhost:7002](http://localhost:7002)
* [http://localhost:7003](http://localhost:7003)
Any problems, let me know in the issues.