Skip to content

Commit

Permalink
docs: add ENABLE_XPERT_AUDIT instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Dec 17, 2024
1 parent cdaa9b9 commit a0fe7af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ In your ``lms/envs/private.py`` settings file in edx-platform (create file if ne
In devstack, run ``make lms-shell`` and run the following command: ``paver install_prereqs;exit``. This will install anything included in your ``private.txt`` requirements file.

In your ``env.development`` config file in frontend-app-learning, add the below setting.

.. code-block::
ENABLE_XPERT_AUDIT='true'
In django admin, add the following waffle flag ``learning_assistant.enable_course_content`` and make sure it is turned on for Everyone. The flag should be checked on for: Superusers, Staff, and Authenticated.

This plugin depends on the lms and discovery - both should be running.
Expand Down

0 comments on commit a0fe7af

Please sign in to comment.