Skip to content

Commit

Permalink
Merge pull request Call-for-Code-for-Racial-Justice#45 from hcemk/main
Browse files Browse the repository at this point in the history
Add database names to README file Call-for-Code-for-Racial-Justice#44
  • Loading branch information
Upkar Lidder authored Feb 11, 2022
2 parents f193a10 + e43e741 commit 1fb7bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To build the application you can run
```bash
docker build . -t <your-tag>
```
For the application to run, a Cloudant database is required. You can provision a free version from IBM Cloud or provide your own one. The HELM charts expect an IAMKey and the DB URL as parameters.
For the application to run, two Cloudant databases are required: outcarcerate-attorney and outcarcerate-client. You can provision a free version from IBM Cloud or provide your own one. The HELM charts expect an IAMKey and the DB URL as parameters.
If you want to deploy the application to an OpenShift Cluster (ROKS) on IBM Cloud, perform the following steps:
```bash
ibmcloud login
Expand Down

0 comments on commit 1fb7bb7

Please sign in to comment.