This section describes how to install Che on OpenShift 3 with the CLI management tool, using the Operator method.
Prerequisites
-
A running instance of OpenShift 3.11.
-
Administrator rights on this OpenShift 3 instance.
-
The
ocOpenShift 3.11 CLI management tool is installed and configured. See Installing the OpenShift 3.11 CLI. -
The
chectlCLI management tool is installed. See Installing thechectlCLI management tool. -
The URL for applications on this OpenShift instance is known as
<OPENSHIFT_APPS_URL>. See [preparing-openshift-3-for-installing-che_{context}].
Procedure
-
Create a new project called che:
$ oc new-project che
-
Run the following command to create the Che instance:
$ chectl server:start --platform=openshift --installer=operator \ --domain=<OPENSHIFT_APPS_URL>
Verification steps
-
The output of the previous command ends with:
Command server:start has completed successfully.
-
Navigate to the Che cluster instance:
http://che-che.<OPENSHIFT_APPS_URL>.