Deploy using the CLI

Deploy Che from the command line using the chectl management tool so that you have full control over configuration options and can automate the installation.

This page is for platform administrators who install, configure, and manage Che on Kubernetes clusters. To learn more about common roles and example tasks referenced in Che documentation, see Common user roles and tasks.

Prerequisites
Procedure
  1. Optional: If you previously deployed Che on this Kubernetes cluster, ensure that the previous Che instance is removed:

    $ chectl server:delete
  2. Create the Che instance:

    $ chectl server:deploy --platform openshift
Verification
  1. Verify the Che instance status:

    $ chectl server:status
  2. Navigate to the Che cluster instance:

    $ chectl dashboard:open