This section describes how to install Che on OpenShift 3 with the CLI management tool, using the Operator method and the SSL option.

Prerequisites
Procedure
  1. Create a new project called che:

    $ oc new-project che
  2. Run the following command to create the Che instance:

    $ chectl server:start --platform=openshift --installer=operator --domain=<OPENSHIFT_APPS_URL> --tls
Verification steps
  1. The output of the previous command ends with:

    Command server:start has completed successfully.
  2. Navigate to the Che cluster instance. The domain is now prefixed with HTTPS and using Let’s Encrypt ACME certificates: https://che-che.<OPENSHIFT_APPS_URL>.