Skip to content

Instantly share code, notes, and snippets.

@lucasponce
Created August 12, 2019 09:35
Show Gist options
  • Save lucasponce/eec1a2c628f4d904759a9fb45191f8d6 to your computer and use it in GitHub Desktop.
Save lucasponce/eec1a2c628f4d904759a9fb45191f8d6 to your computer and use it in GitHub Desktop.
KIALI=$HOME/Projects/gopath/src/github.com/kiali/kiali
KIALI_UI=$HOME/Projects/repos/kiali-ui
cd $KIALI_UI
export REACT_APP_RCUE=false
yarn build
cd $KIALI
export CONSOLE_VERSION=local
export CONSOLE_LOCAL_DIR=$KIALI_UI
export AUTH_STRATEGY=openshift
## export AUTH_STRATEGY=login
# Joel commented to not use the openshift-undeploy
# make openshift-undeploy clean build docker-build openshift-deploy
make clean build docker-build openshift-deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment