Re-added bluepill instructions and fixed typo in e-mail.;

This commit is contained in:
Ben T 2013-12-22 00:17:17 +00:00 committed by bent
parent 21bbdf7049
commit daff00963f
1 changed files with 6 additions and 2 deletions

View File

@ -169,6 +169,7 @@ Configure Discourse:
# Run these commands as the discourse user
cd /var/www/discourse/config
cp discourse_defaults.conf discourse.conf
cp discourse.pill.sample discourse.pill
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
E-mail:
- browse througn all the settings
- be sure to add your mail server SMTP settings so outgoing mail can be sent (we recommend [Mandrill](https://mandrillapp.com))
- 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))
- 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:
# Run these commands as the discourse user