From 871d2937199b9ae328869c595a1ea438219f3204 Mon Sep 17 00:00:00 2001 From: Frank Anderson Date: Fri, 30 Sep 2022 12:43:44 -0700 Subject: [PATCH] Update local.rst --- docs/local.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/local.rst b/docs/local.rst index 2acb634..1b8706a 100644 --- a/docs/local.rst +++ b/docs/local.rst @@ -43,7 +43,7 @@ Configuration tutor config save --interactive -This is the only non-automatic step in the installation process. You will be asked various questions about your Open edX platform and appropriate configuration files will be generated. If you would like to automate this step then you should run ``tutor config save --interactive`` once. This will generate a ``config.yml`` file in the **project root**. This file contains all the configuration values for your platform, such as randomly generated passwords, domain names, etc. The location of the **project root** can be found by running ``tutor config printroot``. See :ref:`section above `. +This is the only non-automatic step in the installation process. You will be asked various questions about your Open edX platform and appropriate configuration files will be generated. If you would like to automate this step then you should run ``tutor config save --interactive`` once. This will generate a ``config.yml`` file in the **project root**. This file contains all the configuration values for your platform, such as randomly generated passwords, domain names, etc. The location of the **project root** can be found by running ``tutor config printroot``. See :ref:`section above `. If you want to run a fully automated installation, upload the ``config.yml`` file to wherever you want to run Open edX. You can then entirely skip the configuration step.