Skip to content

Commit f2838cd

Browse files
committed
Update preview installation instructions
1 parent f36f7da commit f2838cd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

jekyll/_ccie/preview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ Later this year, all customers with CircleCI Enterprise installed will be able t
3838
Once you have received a Preview license from your account team, the following instructions will help you set up your trial installation.
3939

4040
## 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.
4245
* Apply Terraform scripts (`terraform apply`)
4346
* Go to provided URL at the end of Terraform output and follow instruction
4447
* Enter your license
@@ -115,6 +118,9 @@ Once you have received a Preview license from your account team, the following i
115118
}
116119
```
117120
* 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!
118124

119125
## Manual installation
120126

0 commit comments

Comments
 (0)