Skip to content

Commit

Permalink
Add database names to README file Call-for-Code-for-Racial-Justice#44
Browse files Browse the repository at this point in the history
  • Loading branch information
hcemk committed Feb 8, 2022
1 parent f193a10 commit 5cb6727
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 5cb6727

Please sign in to comment.