Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yujinlim/vagrant-neo4j
A neo4j + vagrant repo for easier setup and spin up neo4j
https://github.com/yujinlim/vagrant-neo4j
Last synced: 15 days ago
JSON representation
A neo4j + vagrant repo for easier setup and spin up neo4j
- Host: GitHub
- URL: https://github.com/yujinlim/vagrant-neo4j
- Owner: yujinlim
- Created: 2017-01-18T10:45:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T10:53:05.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T18:03:56.129Z (2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Neo4j + Vagrant
> a vagrant vm with Neo4jUsing **vagrant** to setup **neo4j** database and open port `7474` for browser UI. Use this repo/project to as initial setup of your project that uses both **vagrant** and **neo4j**.
## Requirements
- Vagrant
- Virtualbox## How to use it
```bash
# clone the git repo
git clone [email protected]:yujinlim/vagrant-neo4j.gitcd
# provision the vm with neo4j
vagrant up# ssh into vm
vagrant ssh
```