- An
input.tsv
file should be copied into thedatabase
folder. This file should have headings in this order:
date ltla lineage count
- a
fonts
folder should be created in the root of the project, and the fileHVDFonts-BrandonText-Bold.otf
should be copied in. - a
POSTGRES_PASSWORD
environment variable should be created.
POSTGRES_PASSWORD=xxxxx docker-compose up -d
This should build the database and download images for the API and UI. The UI should be available on port 8080.