Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 492 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 492 Bytes

hint-db

Web application database for the HIV Indicators Tool. Postgresql database for storing user data.

You can build and push the db docker image by running the ./scripts/build and ./scripts/push from this folder. Migrations can be built and run from the /migrations folder.

The db image will be started as part of the run-dependencies.sh script in the web application repo, which will also apply migrations.

The scripts which are run for CI are in the buildkite folder.