Getting started:
- Run
git submodule updateto clone the submodules eqar_backend and deqar_solr - Place required Solr modules into
solr/lib/ - Create
settings_local.pyfromsettings_local.example.py - Create
.envwith at least the following variables:DJANGO_SECRET_KEY: Django secret keyDEQAR_DB_NAME: PostgreSQL database nameDEQAR_DB_PASS: PostgreSQL passwordDEQAR_API_PORT: port on which to expose DEQAR APIDEQAR_DB_PORT: port on which to expore PostgreSQL
- Optionally: place database dump in
initdb.d/ - Run
docker-compose up