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

Commit f752afd

Browse files
authored
Merge branch 'master' into landing_page_404s
2 parents a621bee + 78bb2a4 commit f752afd

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed
Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +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
11+
# Creating a Codewind workspace in Che
12+
Use Codewind with Che workspaces to develop your application in a single location.
1413

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**.
1622

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).
2824

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

0 commit comments

Comments
 (0)