block by bollwyvl cca3914f82fc87fbd05f

cca3914f82fc87fbd05f

docker-popoto

popoto is an intriguing d3-based frontend for the neo4j graph database.

While still in alpha, popoto doesn’t have any real releases yet, but there are some zipballs and examples.

In the near term, here is a docker-compose confection that sets up a container group with:

Install

On Linux, you just need docker-compose (and docker).

docker-compose up

On other platforms, Vagrant works pretty well

vagrant plugin install vagrant-docker-compose
vagrant up
vagrant ssh -c "cd /vagrant && docker-compose up"

Then you should be able to visit:

http://localhost:8080

The CSS, images and most links are not working, but the Live Example links do!

Dockerfile

Vagrantfile

docker-compose.yml