Installing Che on OpenShift 4 using the CLI
This section describes how to install Che on OpenShift 4 with the chectl
CLI management tool.
Prerequisites
-
An OpenShift cluster with an administrator account.
-
oc
is available. See Getting started with the OpenShift CLI.oc
version must match the OpenShift cluster version. -
You have logged in to OpenShift. See Logging in to the CLI.
-
chectl
is available. See Using the chectl management tool.
Procedure
-
Run the
server:deploy
command to create the Che instance:$ chectl server:deploy -n eclipse-che --platform openshift
Verification steps
-
The output of the
server:deploy
command ends with:Command server:deploy has completed successfully.
-
Navigate to the Che cluster instance:
https://che-host:che-port
.