Skip to content

GraphSpace and Docker

Melvin Mathew edited this page Aug 14, 2017 · 3 revisions

Setup docker

Follow this tutorial to install docker in Ubuntu.

Implementation

The GraphSpace docker image has been implemented in 2 ways:

  1. Automated build using DockerFile (Recommended) More
  2. Rigid docker image More

Installed Packages

  • Python v2.7.13
  • Node
  • Bower
  • Java v8
  • PostgreSQL
  • Elasticsearch v5.5.1
  • Kafka v10.2
  • Redis
  • Supervisord

Contributing

If you want to add/remove packages, please follow the instructions given here.

Clone this wiki locally