Régis Behmo
ef7c769808
Fix "missing webpack-stats.json" 500 error in CMS
...
The STATIC_ROOT for the CMS is not the same as the LMS.
To apply this fix, run:
make update
make assets
make restart-openedx
Close #111 .
2018-12-30 13:13:39 +01:00
Régis Behmo
e993b3109f
Stop the "ln -s" settings madness
...
Creating soft links to files that do not exist is just madness, let's
stop it. Instead, we take advantage of the CONFIG_ROOT environment
variable, which allows to place lms/cms.env/auth.json files anywhere.
2018-12-26 19:27:08 +01:00
Régis Behmo
87980f484b
Rename custom settings from "universal" to "tutor"
2018-12-26 19:27:08 +01:00
Régis Behmo
ab4f94f030
Upgrade node to 5.5.1 in openedx image
2018-12-26 19:27:08 +01:00
Régis Behmo
c903ab2b12
Migrate openedx-docker project to Tutor 👩🏫
...
The project gets a new name and some proper documentation. Build/Deploy
are now properly separated.
2018-12-26 19:27:08 +01:00