2. Edit database connection parameters in `rnacentral/local_settings.py`. Use the [public postgres database](https://rnacentral.org/help/public-database) when developing outside the EBI network.
2. Using the `.env-example` file as a template, create the `.env` file and change the environment variables as desired.
The [public postgres database](https://rnacentral.org/help/public-database) is configured by default.
If you want to use another database, add the following environment variables: `DB_HOST`, `DB_NAME`, `DB_USER`,
`DB_PASSWORD`, and `DB_PORT`.
3. Run the app using [Docker](https://www.docker.com):