Search code examples
openedx

How to change my openedx platform name?


I installed my instance of openedx and now want to customize the name of my platform. enter image description here

How to do so ?


Solution

  • To change the Platform name

    1. open /edx/app/edxapp/edx-platform/lms/envs/common.py
    2. edit PLATFORM_NAME = "edX" with the appropriate name
    3. open app/edxapp/lms.env.json
    4. edit PLATFORM_NAME = "edX" with the appropriate name
    5. Restart the LMS