Clone the repo
Clone the example-bank repo
Clone the repo example-bank if you haven't yet
$ git clone https://github.com/IBM/example-bank
$ cd example-bankLogin with ibmcloud and oc cli
Log in your IBM Cloud account with the ibmcloud cli
Make sure to use your personal account when it asks you.
$ ibmcloud login -u YOUR_IBM_CLOUD_EMAILLog in with the OpenShift cluster provided for you using the OpenShift console. On the upper right corner, click your account and then click on Copy Login Command. This should open a new window and show you the command to login with the oc cli


Create a project named example-bank for the resources you'll deploy.
$ oc new-project example-bankAlso, make sure you are using the example-bank project.
$ oc project example-bankLast updated
Was this helpful?