learningequality / kolibri-installer-debian

Kolibri installer source for Debian
MIT License
0 stars 8 forks source link

Bumping to 0.12.8-ubuntu2: Documentation of /etc/kolibri and changes to how environment is loaded #83

Closed benjaoming closed 4 years ago

benjaoming commented 4 years ago

README changes: This doesn't solve everything but is a nice additional help for people wondering about how to configure Kolibri when deploying the debian-based installer.

Other changes pertain the way that environment is loaded.

Fixes https://github.com/learningequality/kolibri-installer-debian/issues/84

benjaoming commented 4 years ago

Built and tested locally btw.

benjaoming commented 4 years ago

This is being built for https://launchpad.net/~learningequality/+archive/ubuntu/kolibri-proposed

We'll have the binaries ready for all Ubuntu releases in a few moments.

benjaoming commented 4 years ago

I tested a local build on 14.04 and 18.04 without regressions to the way that the environment can be set in /etc/kolibri/conf.d

A simple test is this @radinamatic

Write DJANGO_SETTINGS_MODULE="invalid" in /etc/kolibri/conf.d/test.conf and see that kolibri is unable to start. This way, you know that the setting was loaded :)