Oobeya Installation Tutorial (OpenShift)
Install Oobeya On-Premise Edition Using Openshift.
Installation Steps
$ oc create namespace oobeya$ oc secret docker-registry oobeya-secret \
--docker-server=https://oobeya.azurecr.io \
--docker-username=(Credentials-Name) \
--docker-password=(Your-Credentials) --namespace=oobeya$ wget https://oobeya-app.s3.us-east-1.amazonaws.com/oobeya-oc-install.tar$ tar -xvf oobeya-oc-install.tar && cd oobeyaConfiguration
Deployment
Last updated