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

Commit 78bb2a4

Browse files
authored
[WIP do not merge] Edits for Codewind workspaces in Che (#315)
* Edits for Codewind workspaces in Che Signed-off-by: Sarah Ishida <sishida@us.ibm.com> * Update Creating the Codewind workspace
1 parent 182d209 commit 78bb2a4

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed
Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,25 @@
11
---
22
layout: docs
3-
title: Installing Codewind on the Cloud
4-
description: Installing Codewind on the Cloud
5-
keywords: build, deploy, IBM Cloud Private, install, installing, installation, chart, Helm, develop, cloud, public cloud, services, command line, cli, command, start, stop, update, open, delete, options, operation, devops, OpenShift, OKD
3+
title: Creating a Codewind workspace in Che
4+
description: Creating a Codewind workspace in Che
5+
keywords: build, deploy, install, installing, installation, chart, Helm, develop, cloud, public cloud, services, command line, cli, command, start, stop, update, open, delete, options, operation, devops
66
duration: 1 minute
77
permalink: mdt-che-createcodewindworkspace
88
type: document
9-
order: 20
10-
parent: root
119
---
1210

13-
### Creating the Codewind workspace with a Devfile
14-
The general format for creating a Che workspace via a factory is:
15-
```
16-
http://<che ingress domain>/f?url=<hosted devfile URL>
17-
```
11+
# Creating a Codewind workspace in Che
12+
Use Codewind with Che workspaces to develop your application in a single location.
1813

19-
Codewind includes a ready-to-use devfile with its plug-ins. Enter the following URL to create a workspace from the devfile:
20-
```
21-
http://<che ingress domain>/f?url=https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.9.0/devfiles/0.9.0/devfile.yaml
22-
```
23-
24-
For other sample devfiles, see https://github.com/kabanero-io/codewind-templates/tree/master/devfiles.
25-
26-
Next step: [Setup Tekton Pipelines](mdt-che-tektonpipelines.html)
14+
### Creating the Codewind workspace with a devfile
15+
Codewind includes a ready-to-use devfile with its plug-ins.
16+
1. Log in to Che. Che loads.
17+
2. Go to **Workspaces** and click **Add Workspace**.
18+
3. Click **Import Devfile**.
19+
4. From **Source**, click **YAML**.
20+
5. Go to the [https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.9.0/devfiles/0.9.0/devfile.yaml](https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.9.0/devfiles/0.9.0/devfile.yaml) link and copy and paste the contents into the YAML text box in your Che workspace.
21+
6. Click **Create & Open**.
2722

23+
For more sample devfiles, see [`codewind-templates/devfiles/`](https://github.com/kabanero-io/codewind-templates/tree/master/devfiles).
2824

25+
Next step: [Setup Tekton Pipelines](mdt-che-tektonpipelines.html)

0 commit comments

Comments
 (0)