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
If you're on a Mac environment with homebrew installed, run this command.
@@ -13,6 +25,20 @@ brew install terraform
13
25
```
14
26
15
27
If you want to leverage the terraform installer, feel free to check out https://www.terraform.io/downloads.html.
28
+
### Create Installer Directory
29
+
30
+
Make your directory where Terraform will download and place your Terraform infrastructure files.
31
+
32
+
```bash
33
+
mkdir dcos-installer
34
+
cd dcos-installer
35
+
```
36
+
37
+
Run this command below to have Terraform initialized from this repository. There is **no git clone of this repo required** as Terraform performs this for you.
There is a module called `dcos-tested-azure-oses` that contains all the tested scripts per operating system. The deployment strategy is based on a bare image coupled with a prereq `script.sh` to get it ready to install dcos-core components. Its simple to add other operating systems by adding the AMI, region, and install scripts to meet the dcos specifications that can be found [here](https://dcos.io/docs/1.9/installing/custom/system-requirements/) and [here](https://dcos.io/docs/1.9/installing/custom/system-requirements/install-docker-centos/) as an example.
63
-
64
-
### Quick Start
65
-
66
-
We've provided all the sensible defaults that you would want to play around with DC/OS. Just run this command to deploy a multi-master setup in the cloud. Three agents will be deployed for you. Two private agents, one public agent.
67
-
68
-
- There is no git clone of this repo required. Terraform does this for you under the hood.
69
-
70
-
_*Note:* Create a new directory before the command below as terraform will write its files within the current directory._
0 commit comments