From e5ee9f4913a7c1bd825e0be562331682747b6b21 Mon Sep 17 00:00:00 2001 From: ShraddhaAg Date: Feb 26 2019 18:06:13 +0000 Subject: [PATCH 1/2] Add reference links for installing docker and docker-compose --- diff --git a/docs/setup/development.rst b/docs/setup/development.rst index ad67a9f..89e6363 100644 --- a/docs/setup/development.rst +++ b/docs/setup/development.rst @@ -9,7 +9,7 @@ Using Docker The project comes with a Dockerfile that allows easy deployment of a web server. -1. Install Docker and Docker Compose on your machine. +1. Install Docker (refer `this `_) and Docker Compose (refer `this `_) on your machine. 2. Run the client secret generation script:: ./generate_client_secrets.sh From a58753915567bfb51d078bf104ec4c98ef202264 Mon Sep 17 00:00:00 2001 From: ShraddhaAg Date: Feb 27 2019 17:34:03 +0000 Subject: [PATCH 2/2] Add links for installing Docker and Docker Compose on different platforms This commit adds links for installation of Docker and Docker Compose on different platforms (macOS, Windows, CentOS, Debian, Fedora and Ubuntu). Along with that it also adds generic links to install the same. --- diff --git a/docs/setup/development.rst b/docs/setup/development.rst index 89e6363..d8388f9 100644 --- a/docs/setup/development.rst +++ b/docs/setup/development.rst @@ -9,7 +9,17 @@ Using Docker The project comes with a Dockerfile that allows easy deployment of a web server. -1. Install Docker (refer `this `_) and Docker Compose (refer `this `_) on your machine. +1. Install Docker (refer `this `_) and Docker Compose (refer `this `_) on your machine. + +For platform specific installation guidelines: + +:macOS: `Docker Dekstop `_ (Docker Compose is included as part of desktop installs.) +:Windows: `Docker Dekstop `_ (Docker Compose is included as part of desktop installs.) +:CentOS: `Docker CE `_. For Docker Compose refer the above link. +:Debian: `Docker CE `_. For Docker Compose refer the above link. +:Fedora: `Docker CE `_. For Docker Compose refer the above link. +:Ununtu: `Docker CE `_. For Docker Compose refer the above link. + 2. Run the client secret generation script:: ./generate_client_secrets.sh