Installing Che on OpenShift using the chectl
management tool
You can install Che on OpenShift.
Prerequisites
-
An active
oc
session with administrative permissions to the OpenShift cluster. See Getting started with the OpenShift CLI. -
chectl
. See: Installing the chectl management tool.
Procedure
-
Optional: If you previously deployed Che on this OpenShift cluster, ensure that the previous Che instance is removed:
$ chectl server:delete
-
Create the Che instance:
$ chectl server:deploy --platform openshift
Verification steps
-
Verify the Che instance status:
$ chectl server:status
-
Navigate to the Che cluster instance:
$ chectl dashboard:open
Additional resources