commit d036adfbd70210be82ace19e53d9cab879aa58ad parent 170b7f91852dff0fde9161b54dd21ce9442fa3ec Author: Vincent Demeester <vincent@sbr.pm> Date: Fri, 24 Jan 2020 14:51:28 +0100 chos4: add che-inst Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
A | pkgs/scripts/bin/che-inst | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/pkgs/scripts/bin/che-inst b/pkgs/scripts/bin/che-inst @@ -0,0 +1,12 @@ +#!/usr/bin/env bash +# Update creds and link to the openshift4 devcluster + +set -e + +echo ">>> install che in the cluster" +chectl update next #is it required ? + +chectl server:start --platform=openshift --installer=operator + +echo "<<< Get your token using 'window._keycloak.token' in the devconsole" +read