/
How to convert your LMS and Studio JSON configuration files to YAML
How to convert your LMS and Studio JSON configuration files to YAML
You can use this script to do the conversion:
https://github.com/edx/configuration/blob/master/util/config/merge_json_to_yaml
You will need to checkout the repo and install the requirements first:
git checkout git@github.com:edx/configuration.git
cd configuration
pip install -r requirements.txt
You will likely want to pass in your auth.json in addition to your env.json, as the LMS now only reads from a single yaml file. You will want to repeat this process for the lms and studio.
Simply feed your json in like so(it can handle multiple ones):
python merge_json_to_yaml --files lms.env.json --files lms.auth.json > lms.yml
python merge_json_to_yaml --files cms.env.json --files cms.auth.json > studio.yml
, multiple selections available,
Related content
How to migrate from a native deployment to a tutor deployment of the Open edX platform
How to migrate from a native deployment to a tutor deployment of the Open edX platform
More like this
Replicating Jenkins Build_ami
Replicating Jenkins Build_ami
More like this
ORA Developer Guide
ORA Developer Guide
Read with this
Juniper Upgrade instructions
Juniper Upgrade instructions
Read with this
How to add a django Configuration Setting
How to add a django Configuration Setting
More like this
Braindump on Configuration: Today and Future
Braindump on Configuration: Today and Future
More like this