datopian / ckan-cloud-cluster

Documentation and code to support CKAN Cloud cluster provisioning and management
MIT License
4 stars 3 forks source link

CKAN Cloud Cluster Provisioning and Management

Documentation and code for provisioning and running CKAN Cloud clusters.

Architecture

Prerequisites

The management server is provisioned and managed using Docker Machine, you should install it locally -

Install Docker Machine

Following snippet install Docker Machine on Linux (assuming you already have Docker installed):

base=https://github.com/docker/machine/releases/download/v0.14.0 &&
curl -L $base/docker-machine-$(uname -s)-$(uname -m) >/tmp/docker-machine &&
sudo install /tmp/docker-machine /usr/local/bin/docker-machine

Verify Docker Machine installation:

docker-machine version

Provisioning

Follow these guides in this order to provision all the components: