Enable/Disable the Wiki
These instructions will allow you to Enable/Disable the Wiki.
Set the following flags in lms.yml and studio.yml. They should be the same in both files.
Use the following command to access the lms file from the terminal:
sudo nano /edx/etc/lms.yml
sudo nano /edx/etc/studio.yml
Make the following changes in the files.
Update the following in the file:
WIKI_ENABLED: false
To enable wiki set the flag to true.
To disable wiki set the flag to false.
Restart the lms and cms service by issuing the following command:
sudo /edx/bin/supervisorctl restart lms cms