You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
619 B
619 B
| title | weight |
|---|---|
| Exercise: Create two environments | 1 |
Create two environments: TEST and PROD!
The ACME Brewery API is implemented and conform to our specification. We can now envision a deployment in all the ACME environments.
Let's start by provisioning a TEST and a PROD environments.
- Open the [OpenShift Web Console]({{< param openshift_console_url >}}/console/catalog)
- In the top-left dropdown box, select the
Beer Catalog (TEST)project - In the top-right corner, select Add to project, then Select from project.
- Select the
Beer Catalog environmenttemplate and click Next
TODO