Skip to content

DCR - Running - Installation

GitHub (Pre-)Release GitHub (Pre-)Release Date

  1. Clone or copy the DCR repository from here.

  2. Switch to the file directory DCR:

    cd dcr

  3. Install the necessary Python packages by running the script run_dcr_prod with action m_p.

  4. 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 used
    • logging_cfg.yaml: for the logging functionality
    • setup.cfg: for the DCR application in section DCR
  5. Create a PostgreSQL database container by running the script scripts/run_setup_postgresql with action prod.

  6. Create the DCR database by running the script run_dcr_prod with action db_c.