Skip to content

Latest commit

 

History

History
executable file
·
30 lines (18 loc) · 652 Bytes

README.md

File metadata and controls

executable file
·
30 lines (18 loc) · 652 Bytes

A Docker image for Cayley, an open-source graph database inspired by Freebase and Google's Knowledge Graph.

Getting Started

Building

If you want the release build, simply run

docker-compose build

If you want the master build, you'll need to invoke the build manually

docker build -t danbo/cayley -f Dockerfile .

then to run:

docker-compose up -d

Then open http://<host>:64210 from your browser for the web GUI.

Notes

From https://github.com/sugarush/cayley/tree/alpine-docker