Getting started:
- Run
git submodule update
to clone the submodules eqar_backend and deqar_solr - Place required Solr modules into
solr/lib/
- Create
settings_local.py
fromsettings_local.example.py
- Create
.env
with 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