Skip to content

Commit

Permalink
Fix: change to use OpenShift Sandbox url
Browse files Browse the repository at this point in the history
Signed-off-by: Samantha Dawley <[email protected]>
  • Loading branch information
SDawley committed Sep 2, 2022
1 parent 68a7856 commit bf951ab
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ The development flow includes:

## Start Workspace

To start a workpace from the [devfile](devfile.yaml) create a workspace URL by appending the chectl repo to the URL of your Che host:
To start a workpace from the [devfile](devfile.yaml) create a workspace URL by appending the chectl repo to the URL of your Che host. For example, to create a workspace in the openshift sandbox use the URL:

```
https://<your-che-host>/f?url=https://github.com/che-incubator/chectl
https://devspaces.apps.sandbox-m2.ll9k.p1.openshiftapps.com/f?url=https://github.com/che-incubator/chectl
```

> See more about [devfile](https://devfile.io/docs/2.1.0/what-is-a-devfile)
Expand All @@ -27,13 +27,13 @@ After starting the workspace Theia will clone sources of `chectl` to `/projects/
`chectl` is written in TypeScript. For its development there is a dedicated `dev` container which has preinstalled software for comfortable development. That allows the developer to build, test and launch `chectl` inside the container.

Your workspace will be initialized with a list of commands described in the [devfile](devfile.yaml) `commands` section. The commands are:
- che: build
- che: test
- che: run
- che: package-binaries
- che: format-sources
- build
- test
- run
- package-binaries
- format-sources

You can run commands through the Terminal menu by clicking `Terminal => Run Task...` then selecting the desired task in the che folder.
You can run commands through the Terminal menu by clicking `Terminal => Run Task...` then selecting the desired task.

## Build

Expand Down

0 comments on commit bf951ab

Please sign in to comment.