This section describes how to install the chectl management tool on Linux or macOS.
Prerequisites
-
The directory
/usr/local/binis in the user$PATH. -
The
sudocommand is configured for the current user. -
Remove all old or undesired versions of
chectl.
Procedure
-
Run the following command in the terminal (this downloads and executes the
install.shscript):$ bash <(curl -sL https://www.eclipse.org/che/chectl/)
-
Run the following command to verify that the
chectlbinary used is/usr/local/bin/chectl:$ which chectl /usr/local/bin/chectl
-
Run the following command to verify that the version of chectl that is the expected one.
$ chectl --version
To identify the latest stable release, see the list of chectl releases and search for a release not containing "next" in the name.
-
Read the installation logs.
$ cat chectl-install.log