Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spudmashmedia/graphdb-neo4j
This is a Vagrant configuration to generate a GraphDb-Neo4j VirtualBox image
https://github.com/spudmashmedia/graphdb-neo4j
neo4j shell-script vagrant virtualbox
Last synced: about 1 month ago
JSON representation
This is a Vagrant configuration to generate a GraphDb-Neo4j VirtualBox image
- Host: GitHub
- URL: https://github.com/spudmashmedia/graphdb-neo4j
- Owner: spudmashmedia
- License: mit
- Created: 2015-07-21T13:38:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T14:13:55.000Z (over 9 years ago)
- Last Synced: 2023-02-28T04:11:15.050Z (almost 2 years ago)
- Topics: neo4j, shell-script, vagrant, virtualbox
- Language: Shell
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphDB-Neo4j
A Neo4j Instance inside a VirtualBox image using Docker
Tools used:
- Neo4j Graph DB
## Prerequisites
1. Virtual Box (box: ubuntu/trusty64)
2. Vagrant## Installation
1. Clone this repo
2. vagrant upNote: if the build fails half way thru building, try "vagrant reload --provision" to retry.
## Usage
| Tool | Host URL
(navigate in your browser) |
|------|--------------|
| GraphDB| http://127.0.0.1:7474 |## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## History
| Date | Version | Description|
|-------|----------|-------------|
|2015-07-21 | 1.0 | initial version## Credits
GraphDB-Neo4j is made available under the MIT license.
Copyright (c) 2015 Spudmash Media Pty Ltd