💻
How to install openedx
  • Introduction
  • Installation methods
  • Repositories
    • edx
    • edx-platform
    • configuration
  • Preparing deployment node
    • Control Node
    • Creating folder structures
    • Docker
  • Installing OpenEDX
    • Preparing remote server
    • Hosts
    • edx-configs
      • configs.yml
      • secrets.yml
    • configuration
    • Install OpenEDX
    • Enabling SSL
Powered by GitBook
On this page

Was this helpful?

  1. Installing OpenEDX

edx-configs

edx-configs contains all the configuration variables for your instance.

PreviousHostsNextconfigs.yml

Last updated 3 years ago

Was this helpful?

These configs (configs.yml and secrets.yml) files define the unique characteristics of your OpenEDX instance. For example, here is where you define:

  • URL of your LMS and Studio

  • Assign a password to your MySQL users

  • Define availability of specific of openedx

Search for SET-ME in the files and change the value of those variables

features