You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd script
( oc login -u [YOUR-USER-NAME] ) <<optional>>
( oc new-project [YOUR-PROJECT-NAME] ) <<optional>>
sh ./install-all.sh
Additional scripts
If you need to update only some parts of the demo
you can use the following scripts:
Update Account MicroService
cd script
sh ./binary-build-account.sh
Update Message MicroService
cd script
sh ./binary-build-message.sh
Update Web App
cd script
sh ./binary-build-web.sh
Web [FORM]
[YOUR-USER-NAME] is your OCP username like developer
[YOUR-PROJECT-NAME] is your OCP project like message-board
[YOUR-IP] is a generate IP by OCP like 192.168.42.120