Merge pull request #5184 from pfaffman/patch-1

INSTALL-cloud: you can re-run discourse-setup
This commit is contained in:
Jeff Atwood 2017-09-14 14:06:13 -07:00 committed by GitHub
commit a11a948e24
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