Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
Dennis Jen edited this page Aug 12, 2020 · 6 revisions

Welcome the technical guide for Media Cloud!

Where to start

Tips

Need to alert users of problems?

Set the environment variable SYSTEM_WARNING to a string to show the warning banner. Set it to an empty string to disable the warning.

dokku config:set mc-explorer SYSTEM_WARNING="Scheduled maintenance in progress. The tooling will be unstable in the meantime."

Need to stop users from making queries?

Set the environment variable MAINTENANCE_MODE to 1 to show the construction gif and disable queries.

Source Manager's country list is out of date?

If Source Manager's country list is out of date, run python -m scripts.generate_country_collection_hierarchy and commit the updated country list.