From daff00963f4ea0b0a5c0746b19c373e25d023f2c Mon Sep 17 00:00:00 2001 From: Ben T Date: Sun, 22 Dec 2013 00:17:17 +0000 Subject: [PATCH] Re-added bluepill instructions and fixed typo in e-mail.; --- docs/INSTALL-ubuntu.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL-ubuntu.md b/docs/INSTALL-ubuntu.md index 5ed639c2097..f158b7c6a79 100644 --- a/docs/INSTALL-ubuntu.md +++ b/docs/INSTALL-ubuntu.md @@ -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