mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05:00
Merge pull request #1442 from ZogStriP/patch-1
Add a link to the email setup doc
This commit is contained in:
commit
406c29e79a
1 changed files with 7 additions and 0 deletions
|
@ -268,8 +268,15 @@ Add the following lines:
|
||||||
# Disabled for now - log rotation isn't *quite* complete
|
# Disabled for now - log rotation isn't *quite* complete
|
||||||
#0 0 * * * /usr/sbin/logrotate /var/www/discourse/config/logrotate.conf
|
#0 0 * * * /usr/sbin/logrotate /var/www/discourse/config/logrotate.conf
|
||||||
|
|
||||||
|
## Email setup
|
||||||
|
|
||||||
|
IMPORTANT: Discourse relies heavily on email. If your email configuration is not correct, you will effectively have a broken forum.
|
||||||
|
Please, head over to our [Mail Setup Guide](https://github.com/discourse/discourse/blob/master/docs/INSTALL-email.md) to find out more information on how to properly setup emails.
|
||||||
|
|
||||||
Congratulations! You've got Discourse installed and running!
|
Congratulations! You've got Discourse installed and running!
|
||||||
|
|
||||||
|
## Administrator account
|
||||||
|
|
||||||
Now make yourself an administrator account. Browse to your discourse instance
|
Now make yourself an administrator account. Browse to your discourse instance
|
||||||
and create an account by logging in normally, then run the commands:
|
and create an account by logging in normally, then run the commands:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue