This repository is designed to stand up a test DHIS2 Instance using Docker on an EC2 VM instance in AWS. It stands it up using the Sierra Leone demo data set.
IT IS NOT PRODUCTION-READY AND SHOULD BE TREATED AS POTENTIALLY VULNERABLE
(tested on Mac only so far)
-
Install Ansible and Terraform if you don't have them.
-
Clone this repo locally.
-
Copy
.envrc.template
to.envrc
, populate. Source using direnv -
Run
make terraform
. -
Run
make ansible
. -
Apply this workaround (eventually we may automate this away using playwright).