From 4f3f68059d4ada71454c9dcd943a7135e6eb289b Mon Sep 17 00:00:00 2001 From: Hugo Ho Date: Thu, 15 Mar 2018 13:19:46 -0700 Subject: [PATCH 1/2] Update README.md --- website/tutorial/part_1/03_installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/tutorial/part_1/03_installation.md b/website/tutorial/part_1/03_installation.md index 94dae4cfa..b1add256c 100644 --- a/website/tutorial/part_1/03_installation.md +++ b/website/tutorial/part_1/03_installation.md @@ -22,6 +22,10 @@ Before installing Exosphere, ensure you have the following applications installe * [Git](https://git-scm.com) * [Docker](https://www.docker.com) +If you plan on deploying your application to the cloud as well, ensure you have the additional applications installed: + * [AWS CLI](https://aws.amazon.com/cli/) + * [Terraform](https://www.terraform.io/) + ## General installation instructions * Download and install the binary executable for your platform from the From ec31ff7e0e7f4e9d9fecce68a04d25208ab0a87e Mon Sep 17 00:00:00 2001 From: Hugo Ho Date: Thu, 15 Mar 2018 13:51:00 -0700 Subject: [PATCH 2/2] Update 03_installation.md --- website/tutorial/part_1/03_installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/tutorial/part_1/03_installation.md b/website/tutorial/part_1/03_installation.md index b1add256c..e43af10ee 100644 --- a/website/tutorial/part_1/03_installation.md +++ b/website/tutorial/part_1/03_installation.md @@ -25,6 +25,7 @@ Before installing Exosphere, ensure you have the following applications installe If you plan on deploying your application to the cloud as well, ensure you have the additional applications installed: * [AWS CLI](https://aws.amazon.com/cli/) * [Terraform](https://www.terraform.io/) + * [Docker Compose](https://docs.docker.com/compose/) ## General installation instructions