Cluster Setup
1. Target your cluster
oc login https://c100-e.us-east.containers.cloud.ibm.com:XXXXX --token=XXXXXXXXXXXXXXXXXXXXXXXXXX2. Login to IBM Cloud
ibmcloud login -u <account name>3. Clone the repo
git clone https://github.com/IBM/example-bank.git4. re-create the example-bank project
example-bank projectoc delete project example-bankoc new-project example-bank5. Install the PostgreSQL Operator and start an instance of a database
6. Create an AppID instance
7. Create Secrets
8. Apply schema
Last updated
Was this helpful?