You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Benjamin Rokseth edited this page Mar 29, 2017
·
2 revisions
Prerequisites and Installation
We recommend setup with docker-compose and Makefile for simplest possible use.
Tools needed:
Docker (installed automatically on Linux running make provision
(for osx or windows you need to install manually)
Docker-compose (optional, but highly recommended. On Linux, same as above)
Make (optional, recommended for simple build/setup/development commands)
Using Makefile
On Linux you would simply do make provision to setup system with docker-compose, docker and pulling docker
images and setting up containers and data volumes. For overriding any variables, simply put them in a file:
docker-compose/.env
make help will give overview of make targets
make provision will pull / build the necessary images and start containers.
Using Docker-compose
All relevant files are in folder docker-compose
Basic setup with NO customizations would require:
cd docker-composesource docker-compose.env && docker-compose -f common.yml -f build.yml up -d