<TODO: Review and determine whether content is context appropriate for HCRC>
If you want to tweak the installation of Healthcare-Rollcall or have a different environment, then this page will provide additional detail on how to install/configure Healthcare-Rollcall.
Regardless of where you are running the system, environment variables are required to run this application. These variables are set in the .env file on the root directory of Healthcare-Rollcall.
If you want to deploy to AWS, we have included a terraform option. For more information on how to use this feature, please see the README in /terraform.
<TODO: Consider migrating terraform docs to be here or do some sort of INCLUDE to reuse the content>
You can build and run the application in Docker locally by running the following commands:
docker-compose up -dTo use the docker-compose.yml file included you will first need to set environment variables. It is not recommended to use docker-compose for any reason other than to test a solution for a separate front-end component.