|
1 | 1 | --- |
2 | 2 | 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 |
6 | 6 | duration: 1 minute |
7 | 7 | permalink: mdt-che-createcodewindworkspace |
8 | 8 | type: document |
9 | | -order: 20 |
10 | | -parent: root |
11 | 9 | --- |
12 | 10 |
|
13 | | -# Creating the Codewind workspace with a Devfile |
| 11 | +# Creating a Codewind workspace in Che |
| 12 | +Use Codewind with Che workspaces to develop your application in a single location. |
14 | 13 |
|
15 | | -The general format for creating a Che workspace via a factory is: |
| 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**. |
16 | 22 |
|
17 | | -``` |
18 | | -http://<che ingress domain>/f?url=<hosted devfile URL> |
19 | | -``` |
20 | | - |
21 | | -Codewind includes a ready-to-use devfile with its plug-ins. Enter the following URL to create a workspace from the devfile: |
22 | | - |
23 | | -``` |
24 | | -http://<che ingress domain>/f?url=https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.9.0/devfiles/0.9.0/devfile.yaml |
25 | | -``` |
26 | | - |
27 | | -For other sample devfiles, see https://github.com/kabanero-io/codewind-templates/tree/master/devfiles. |
| 23 | +For more sample devfiles, see [`codewind-templates/devfiles/`](https://github.com/kabanero-io/codewind-templates/tree/master/devfiles). |
28 | 24 |
|
29 | 25 | Next step: [Setup Tekton Pipelines](mdt-che-tektonpipelines.html) |
0 commit comments