Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mneedham/neo4j-vagrant
https://github.com/mneedham/neo4j-vagrant
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mneedham/neo4j-vagrant
- Owner: mneedham
- Created: 2015-03-25T13:28:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T13:34:10.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T09:10:05.989Z (9 months ago)
- Language: HTML
- Size: 137 KB
- Stars: 1
- Watchers: 3
- 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.