Skip to content

Commit 138319c

Browse files
authored
Merge pull request #244 from oracle/RmInstalldoc
second pass edits
2 parents adfd3e9 + ae22707 commit 138319c

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

site/installation.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,38 +15,38 @@ Note that there is a short video demonstration of the installation process avail
1515

1616
You can build, test, and publish the Docker image for the operator directly from Wercker using the ```wercker.yml``` from this repository.
1717

18-
If you haven't done so already, navigate to [wercker.com](https://www.wercker.com) and create an account. Once you are logged in,
19-
on the [app.wercker.com] (https://app.wercker.com) page press, "Create your first application."
18+
If you haven't done so already, navigate to [wercker.com](https://www.wercker.com) and create an account. After you are logged in,
19+
on the [app.wercker.com](https://app.wercker.com) page, click "Create your first application."
2020

21-
Select GitHub (the default, if you are new to Wercker). If you haven't done so already, press the "Connect" button within the
22-
larger GitHub button and follow the prompts to provide a login for GitHub. This connects your Wercker and GitHub accounts so
23-
that Wercker pipelines will later be able to clone this repository. Press, "Next."
21+
Select GitHub (the default, if you are new to Wercker). If you haven't done so already, click the "Connect" button within the
22+
larger GitHub button, and follow the prompts to provide a login for GitHub. This connects your Wercker and GitHub accounts so
23+
that Wercker pipelines will later be able to clone this repository. Click "Next."
2424

25-
Select the repository from GitHub. This will be "oracle / weblogic-kubernetes-operator" or a different value if you
26-
forked this repository. Press, "Next."
25+
Select the repository from GitHub. This will be `oracle / weblogic-kubernetes-operator` or a different value if you
26+
forked this repository. Click "Next."
2727

28-
Configure Wercker's access to the GitHub repository. The default choice, "wercker will check out the code without using an SSH key",
29-
is typically sufficient. Press, "Next."
28+
Configure Wercker's access to the GitHub repository. The default choice, "wercker will check out the code without using an SSH key",
29+
is typically sufficient. Click "Next."
3030

31-
Verify the settings so far on the review page and press, "Create."
31+
Verify the settings so far on the review page and click "Create."
3232

33-
Since this GitHub repository already has a ```wercker.yml``` file, you can skip directly to the "Environment" tab.
33+
Because this GitHub repository already has a ```wercker.yml``` file, you can skip directly to the "Environment" tab.
3434

35-
Please provide the following key/value pairs on the environment page. Remember that these values will be
35+
Please provide the following key/value pairs on the Environment page. Remember that these values will be
3636
visible to anyone to whom you give access to the Wercker application, therefore, select "Protected" for any
3737
values that should remain hidden, including all passwords.
3838

3939
| Key | Value | OCIR Sample |
4040
| --- | --- | --- |
41-
| DOCKER_USERNAME | Username for the Docker store for pulling serverjre image | |
42-
| DOCKER_PASSWORD | Password for the Docker store | |
43-
| REPO_REGISTRY| Registry address | https://phx.ocir.io/v2 |
44-
| REPO_REPOSITORY | Repository value | phx.ocir.io/<your tenancy>/weblogic-kubernetes-operator |
45-
| REPO_USERNAME | Username for registry | <your tenancy>/<your username> |
46-
| REPO_PASSWORD | Password for registry | Use generated SWIFT password |
47-
| IMAGE_TAG_OPERATOR | Image tag, such as 0.2 or latest | |
48-
49-
Select the "Runs" tab. Skip to the bottom and press, "Trigger your first build now."
41+
| `DOCKER_USERNAME` | Username for the Docker store for pulling server JRE image | |
42+
| `DOCKER_PASSWORD` | Password for the Docker store | |
43+
| `REPO_REGISTRY`| Registry address | `https://phx.ocir.io/v2` |
44+
| `REPO_REPOSITORY` | Repository value | `phx.ocir.io/<your tenancy>/weblogic-kubernetes-operator` |
45+
| `REPO_USERNAME` | Username for registry | `<your tenancy>/<your username>` |
46+
| `REPO_PASSWORD` | Password for registry | `Use generated SWIFT password` |
47+
| `IMAGE_TAG_OPERATOR` | Image tag, such as 0.2 or latest | |
48+
49+
Select the "Runs" tab. Scroll to the bottom and click "Trigger your first build now."
5050

5151
When the run completes successfully, the Docker image for the operator will be built and published to your repository.
5252

0 commit comments

Comments
 (0)