GNU/Linux ◆ xterm-256color ◆ bash 563 views

w3m https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-codeready-containers/

w3m https://www.eclipse.org/che/docs/che-7/installation-guide/using-the-chectl-management-tool/

bash <(curl -sL https://www.eclipse.org/che/chectl/)

which chectl

chectl –version

chectl update

chectl –version

chectl autocomplete bash

printf “eval $(chectl autocomplete:script bash)” >> ~/.bashrc; source ~/.bashrc

w3m https://console.redhat.com/openshift/create/local

wget -c https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/latest/crc-linux-amd64.tar.xz

tar xvf crc-linux-amd64.tar.xz

rm ~/bin/crc

ln -s ~/crc-linux-1.40.0-amd64/crc ~/bin/crc

vim .bashrc

PATH=”$HOME/.crc/bin/oc:$PATH” # oc in CRC PATH=”$HOME/bin:$PATH” # Local binaries (manual downloads) export PATH

crc setup

crc delete

crc start –memory 12288 –pull-secret-file ~/Documents/secrets/cloud.openshift.com-pull-secret.json ; crc console

eval $(crc oc-env)

oc login –username=”developer” –password=”developer” https://api.crc.testing:6443

oc login –username=”kubeadmin” –password=”” https://api.crc.testing:6443

chectl server:deploy –platform crc