Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. KIALI=$HOME/Projects/gopath/src/github.com/kiali/kiali
  2.  
  3. KIALI_UI=$HOME/Projects/repos/kiali-ui
  4.  
  5. cd $KIALI_UI
  6.  
  7. export REACT_APP_RCUE=false
  8. yarn build
  9.  
  10. cd $KIALI
  11.  
  12. export CONSOLE_VERSION=local
  13.  
  14. export CONSOLE_LOCAL_DIR=$KIALI_UI
  15.  
  16. export AUTH_STRATEGY=openshift
  17.  
  18. ## export AUTH_STRATEGY=login
  19.  
  20. # Joel commented to not use the openshift-undeploy
  21. # make openshift-undeploy clean build docker-build openshift-deploy
  22.  
  23. make clean build docker-build openshift-deploy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement