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

Commit 44673c7

Browse files
committed
new instructions for Codewind workspace and resized images.
Signed-off-by: Jacob Berger <jacob.berger@ibm.com>
1 parent 1c69fbb commit 44673c7

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

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

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Getting Started with Codewind in CodeReady Workspaces"
55
categories: guides
66
guide_description: "Use Codewind in CodeReady Workspaces to build high quality cloud native applications."
77
permalink: codewind-crw-quick-guide.html
8-
duration: 10 minutes
8+
duration: 15 minutes
99
tags: Codewind, CodeReady Workspaces, Openshift, Kubernetes, containers, microservice
1010
---
1111

@@ -35,13 +35,13 @@ Before you can use Codewind with CodeReady Workspaces, apply the Codewind cluste
3535

3636
4\. Select **Red Hat CodeReady Workspaces** and click **Install**:
3737

38-
![Subscribe to OperatorHub](./images/codereadyworkspaces-images/CRW-OperatorHub.png){:width="1684"}.
38+
![Subscribe to OperatorHub](./images/codereadyworkspaces-images/CRW-OperatorHub.png){:width="900"}.
3939

40-
![Install CodeReady Workspaces](./images/codereadyworkspaces-images/CRW-install.png){:width="1626"}.
40+
![Install CodeReady Workspaces](./images/codereadyworkspaces-images/CRW-Install.png){:width="800"}.
4141

42-
* If you did not set up an auth provider, set `openShiftoAuth` to `false`.
43-
* To enable HTTPS, set `tlsSupport` to `true`.
44-
* If you use a self-signed certificate, set `selfSignedCert` to `true`.
42+
* If you did not set up an auth provider, set **openShiftoAuth** to **false**.
43+
* To enable HTTPS, set **tlsSupport** to **true**.
44+
* If you use a self-signed certificate, set **selfSignedCert** to **true**.
4545

4646
After you install the operator, continue to install CodeReady Workspaces:
4747

@@ -51,7 +51,7 @@ After you install the operator, continue to install CodeReady Workspaces:
5151

5252
3\. Select the **CodeReady Workspaces** cluster then **Create CheCluster**.
5353

54-
4\. Configure the fields, like `tlsSupport`, as needed.
54+
4\. Configure the fields, like **tlsSupport**, as needed.
5555

5656
5\. Copy and paste the following yaml into the provided text box:
5757

@@ -96,7 +96,21 @@ spec:
9696

9797
6\. CodeReady Workspaces now installs and you can access the CodeReady Workspaces URL and Red Hat SSO Admin Console URL:
9898

99-
![Install CheCluster](./images/codereadyworkspaces-images/CRW-CheCluster.png){:width="1482"}.
99+
![Install CheCluster](./images/codereadyworkspaces-images/CRW-CheCluster.png){:width="900"}.
100+
101+
After you install CodeReady Workspaces, log in and create a Codewind workspace from the Codewind devfile:
102+
103+
1\. Log in to Che. Che loads.
104+
105+
2\. Go to **Workspaces** then click **Add Workspace**.
106+
107+
3\. Click **Import Devfile**.
108+
109+
4\. From **Source**, click **YAML**.
110+
111+
5\. Go to the link, [codewind-che-plugin/0.12.0/devfile.yaml](https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.12.0/devfiles/0.12.0/devfile.yaml), then copy and paste the contents into the YAML text box in your Codewind workspace.
112+
113+
6\. Click **Create & Open**.
100114

101115
### Setting up Codewind
102116
Because of its dependency on `buildah`, Codewind needs to run as root and privileged. To enable Codewind, run the following commands:

0 commit comments

Comments
 (0)