DCR - Running - Installation
-
Clone or copy the DCR repository from here.
-
Switch to the file directory DCR:
cd dcr
-
Install the necessary Python packages by running the script
run_dcr_prod
with actionm_p
. -
Optionally, adjustments can be made in the following configuration files - details may be found here:
data/db_initial_data_file.json
: to configure the document languages to be usedlogging_cfg.yaml
: for the logging functionalitysetup.cfg
: for the DCR application in section DCR
-
Create a PostgreSQL database container by running the script
scripts/run_setup_postgresql
with actionprod
. -
Create the DCR database by running the script
run_dcr_prod
with actiondb_c
.