Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Neo4j + Vagrant
> a vagrant vm with Neo4j

Using **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.git

cd

# provision the vm with neo4j
vagrant up

# ssh into vm
vagrant ssh
```