Python >= 3.7
pip
Postgresql >= 11
OpenLDAP
Apache2
mod_wsgi
pip install -r requirements/production.txt
Put custom settings in config/settings/local_settings.py
For Django related variables see Django's documentation.
DJANGO_SECRET_KEY
DATABASE_URL
DJANGO_ALLOWED_HOSTS
(List)
LDAP_SERVER_URI
LDAP_USER_DN
LDAP_USER_PASSWORD
python manage.py migrate --no-input
. See Django docs.
python manage.py update_translation_fields
. See wagtail-modeltranslation docs.
python manage.py update_index
. See Wagtail docs
python manage.py compilemessages
. See Django docs
python manage.py collectstatic
. See Django docs
See Django docs.