Fix incorrect information about running config save --interactive

Running config save --interactive doesn't create a config.yml file in the current directory. It instead creates it in the project root.
This commit is contained in:
Frank Anderson 2022-08-10 16:43:29 -07:00 committed by Régis Behmo
parent 020f6d1137
commit 5fdede8511
1 changed files with 1 additions and 1 deletions

View File

@ -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. After that, there will be a ``config.yml`` file at the root of the project folder: this file contains all the configuration values for your platform, such as randomly generated passwords, domain names, etc.
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**. The location of the **project root** can be found by running ``tutor config printroot``. See (section above)[#tutor-root].
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.