INSTALL-cloud: you can re-run discourse-setup

Make it a bit more clear that you can run discourse-setup again to change settings if you get them wrong the first time.
This commit is contained in:
Jay Pfaffman 2017-09-14 08:08:39 -07:00 committed by GitHub
parent 346442134e
commit 1237baa0c2
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Answer the following questions when prompted:
SMTP port [587]:
SMTP password? []:
This will generate an `app.yml` configuration file on your behalf, and then kicks off bootstrap. Bootstrapping takes between **2-8 minutes** to set up your Discourse. If you need to change or fix these settings after bootstrapping, edit your `/containers/app.yml` file and `./launcher rebuild app`, otherwise your changes will not take effect.
This will generate an `app.yml` configuration file on your behalf, and then kicks off bootstrap. Bootstrapping takes between **2-8 minutes** to set up your Discourse. If you need to change these settings after bootstrapping, you can run `./discourse-setup` again (it will read your old values from the file) or edit `/containers/app.yml` with `nano` and then `./launcher rebuild app`, otherwise your changes will not take effect.
### Start Discourse