Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit dfa6e84

Browse files
authored
Fixing bullet points, namespace consistency
1 parent a1f7c09 commit dfa6e84

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/_documentations/remotedeploy-single.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ order: 2
1212

1313
# Installing components individually for a Codewind remote deployment
1414

15-
Codewind includes a CLI to simplify the installation process. Find the `cwctl` CLI in your HOME directory under the `~/.codewind/{version}` path.
15+
Codewind includes a CLI to simplify the installation process. Find the `cwctl` CLI in your HOME directory under the `~/.codewind/<version>` path.
1616

1717
Use the following command to install components individually for a remote deployment with a new Keycloak and a new Codewind service:
1818

@@ -21,12 +21,13 @@ Use the following command to install components individually for a remote deploy
2121
This command requires various flags to specify where and what to install.
2222

2323
For OpenShift, Codewind is required to run as privileged and as root because it builds container images. Run the following commands where `<namespace>` is the namespace into which you plan to install Codewind:
24-
- For Codewind on OpenShift, you must create the namespace first. To do this, enter: `oc create namespace <Codewind-namespace>`.
25-
- If you are on IBM Public Cloud, you must install Keycloak and Codewind in separate namesapaces, for example, `oc create namespace <keycloak-namespace>` and then `oc create namespace <Codewind-namespace>`.
26-
- For both IBM Public Cloud and OpenShift, run the following commands on only the Codewind namespace:
27-
- Switch to your Codewind-only namespace using: `oc project <Codewind-namespace>`.
28-
- To enable privileged containers, enter `oc adm policy add-scc-to-group privileged system:serviceaccounts:<namespace>`.
29-
- To enable containers to run as root, enter `oc adm policy add-scc-to-group anyuid system:serviceaccounts:<namespace>`.
24+
- For Codewind on OpenShift, you must create the namespace first. To do this, enter: `oc create namespace <Codewind-namespace>`.
25+
- If you are on IBM Public Cloud, you must install Keycloak and Codewind in separate namesapaces, for example, `oc create namespace <keycloak-namespace>` and then `oc create namespace <Codewind-namespace>`.
26+
27+
For both IBM Public Cloud and OpenShift, run the following commands on only the Codewind namespace:
28+
- Switch to your Codewind-only namespace using: `oc project <Codewind-namespace>`.
29+
- To enable privileged containers, enter `oc adm policy add-scc-to-group privileged system:serviceaccounts:<Codewind-namespace>`.
30+
- To enable containers to run as root, enter `oc adm policy add-scc-to-group anyuid system:serviceaccounts:<Codewind-namespace>`.
3031

3132
## Deploying Keycloak
3233

0 commit comments

Comments
 (0)