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

Commit 25fb47b

Browse files
committed
added images and modified instructions for images
Signed-off-by: Jacob Berger <jacob.berger@ibm.com>
1 parent 71ff214 commit 25fb47b

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

docs/_guides/codewind-crw-quick-guide.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,17 @@ Each Codewind workspace also requires at least on 5Gi ReadWriteMany (RWX) persis
2727
Before you can use Codewind with CodeReady Workspaces, apply the Codewind cluster role with `oc apply -f`.
2828

2929
### Installing CodeReady Workspaces
30-
1. Subscribe to the CodeReady Workspaces operator then install it.
30+
1\. Subscribe to the CodeReady Workspaces OperatorHub then install CodeReady Workspaces:
31+
32+
![Subscribe to OperatorHub](./images/codereadyworkspaces-images/CRW-OperatorHub.png){:width="1684"}.
33+
34+
![Install CodeReady Workspaces](./images/codereadyworkspaces-images/CRW-install.png){:width="1626"}.
35+
3136
* If you did not set up an auth provider, set `openShiftoAuth` to `false`.
3237
* To enable HTTPS, set `tlsSupport` to `true`.
3338
* If you use a self-signed certificate, set `selfSignedCert` to `true`.
34-
2. Use the following yaml:
39+
40+
2\. Use the following yaml:
3541
```yaml
3642
apiVersion: org.eclipse.che/v1
3743
kind: CheCluster
@@ -69,8 +75,11 @@ spec:
6975
    pvcClaimSize: 1Gi
7076
    preCreateSubPaths: true
7177
```
72-
* To manually install Codewind alongside Codewind Workspaces, save this yaml to a disk and run `oc apply -f <yaml>`.
73-
3. CodeReady Workspaces now installs and you can access the CodeReady Workspaces URL and Red Hat SSO Admin Console URL.
78+
* To manually install Codewind along with Codewind Workspaces, save this yaml to a disk and run `oc apply -f <yaml>`.
79+
80+
3\. CodeReady Workspaces now installs and you can access the CodeReady Workspaces URL and Red Hat SSO Admin Console URL:
81+
82+
![Install CheCluster](./images/codereadyworkspaces-images/CRW-CheCluster.png){:width="1482"}.
7483

7584
### Setting up Codewind
7685
Because of its dependency on `buildah`, Codewind needs to run as root and privileged. To enable Codewind, run the following commands:
533 KB
Loading
418 KB
Loading
410 KB
Loading

0 commit comments

Comments
 (0)