mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 19:11:14 +08:00
Re-added bluepill instructions and fixed typo in e-mail.;
This commit is contained in:
@ -169,6 +169,7 @@ Configure Discourse:
|
|||||||
# Run these commands as the discourse user
|
# Run these commands as the discourse user
|
||||||
cd /var/www/discourse/config
|
cd /var/www/discourse/config
|
||||||
cp discourse_defaults.conf discourse.conf
|
cp discourse_defaults.conf discourse.conf
|
||||||
|
cp discourse.pill.sample discourse.pill
|
||||||
|
|
||||||
Editing /var/www/discourse/config/discourse.conf:
|
Editing /var/www/discourse/config/discourse.conf:
|
||||||
|
|
||||||
@ -180,10 +181,13 @@ Redis:
|
|||||||
- no changes if this is the only application using redis, but have a look
|
- no changes if this is the only application using redis, but have a look
|
||||||
|
|
||||||
E-mail:
|
E-mail:
|
||||||
- browse througn all the settings
|
- browse through all the settings and be sure to add your mail server SMTP settings so outgoing mail can be sent (we recommend [Mandrill](https://mandrillapp.com))
|
||||||
- be sure to add your mail server SMTP settings so outgoing mail can be sent (we recommend [Mandrill](https://mandrillapp.com))
|
|
||||||
- If your users will come from "internal" [private unroutable IPs](https://en.wikipedia.org/wiki/Private_network) like 10.x.x.x or 192.168.x.x please [see this topic](http://meta.discourse.org/t/all-of-my-internal-users-show-as-coming-from-127-0-0-1/6607).
|
- If your users will come from "internal" [private unroutable IPs](https://en.wikipedia.org/wiki/Private_network) like 10.x.x.x or 192.168.x.x please [see this topic](http://meta.discourse.org/t/all-of-my-internal-users-show-as-coming-from-127-0-0-1/6607).
|
||||||
|
|
||||||
|
Editing: /var/www/discourse/config/discourse.pill
|
||||||
|
- change application name from 'discourse' if necessary
|
||||||
|
- Ensure appropriate Bluepill.application line is uncommented
|
||||||
|
|
||||||
Initialize the database:
|
Initialize the database:
|
||||||
|
|
||||||
# Run these commands as the discourse user
|
# Run these commands as the discourse user
|
||||||
|
Reference in New Issue
Block a user