From a58753915567bfb51d078bf104ec4c98ef202264 Mon Sep 17 00:00:00 2001 From: ShraddhaAg Date: Feb 27 2019 17:34:03 +0000 Subject: 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