-
Install Docker on your system.
- Install instructions for Mac OS X
- Install instructions for Ubuntu Linux
- Install instructions for other platforms
-
Install Docker Compose on your system.
- Python/pip:
sudo pip install -U docker-compose
- Other:
curl -L https://github.com/docker/compose/releases/download/1.1.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose; chmod +x /usr/local/bin/docker-compose
- Python/pip:
-
Install
make
sudo apt-get update sudo apt-get install build-essential
-
Install
git
make setup
make up
It binds to port docker.host:7474 http://localhost:7474/ This is web interface to db.
- Login:
neo4j
- Password:
test
It binds to port docker.host:3000 http://localhost:3000/ There are AngularJS/Bootstrap the simplest client for example. Just click load button.