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
Copy file name to clipboardExpand all lines: jekyll/_ccie/preview.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,10 @@ Later this year, all customers with CircleCI Enterprise installed will be able t
38
38
Once you have received a Preview license from your account team, the following instructions will help you set up your trial installation.
39
39
40
40
## Installation with Terraform
41
-
* Fill vars in `terraform.tfvars` file in <https://github.com/circleci/enterprise-setup/tree/ccie2>
41
+
* Clone the [https://github.com/circleci/enterprise-setup](Enterprise Setup) repository.
42
+
* Checkout the `ccie2` branch with `git fetch && git checkout ccie2`
43
+
* Run `make init` to copy `terraform.tfvars.template` to `terraform.tfvars`.
44
+
* Fill out the required variables in `terraform.tfvars`, you can view the [README](https://github.com/circleci/enterprise-setup/blob/ccie2/README.md) for the full list of variables. Be sure to set `enable_nomad=1` in order to use docker builders.
42
45
* Apply Terraform scripts (`terraform apply`)
43
46
* Go to provided URL at the end of Terraform output and follow instruction
44
47
* Enter your license
@@ -115,6 +118,9 @@ Once you have received a Preview license from your account team, the following i
115
118
}
116
119
```
117
120
* region/subnet/sercurity group will be filled automatically
121
+
* Initial Startup
122
+
* From the main replicated dashboard, click on start to start the application. It will take a few minutes to download all of the necesary docker containers. If you run into an issue where replicted reports that `Failure reported from operator: no such image` just click on start again and it should continue.
123
+
* Once the app has started, you can log into CircleCI and start running 2.0 builds!
0 commit comments