# HG changeset patch # User Chris Cannam # Date 1504003827 -3600 # Node ID b8e5e9734526091b232e8db95f6f35667f7f3d59 # Parent 1c904260787bbb36295d2947a13b17b92db5a7ab Minor tweaks diff -r 1c904260787b -r b8e5e9734526 deploy/provision.d/100-apache-config.sh --- a/deploy/provision.d/100-apache-config.sh Fri Aug 25 16:00:16 2017 +0100 +++ b/deploy/provision.d/100-apache-config.sh Tue Aug 29 11:50:27 2017 +0100 @@ -23,13 +23,14 @@ cp deploy/config/passenger.load /etc/apache2/mods-available/ cp deploy/config/perl.conf /etc/apache2/mods-available/ - ln -s ../mods-available/passenger.conf /etc/apache2/mods-enabled/ - ln -s ../mods-available/passenger.load /etc/apache2/mods-enabled/ - ln -s ../mods-available/perl.conf /etc/apache2/mods-enabled/ - ln -s ../mods-available/expires.load /etc/apache2/mods-enabled/ - ln -s ../mods-available/rewrite.load /etc/apache2/mods-enabled/ - ln -s ../mods-available/cgi.load /etc/apache2/mods-enabled/ - ln -s ../mods-available/ssl.load /etc/apache2/mods-enabled/ + ln -s ../mods-available/passenger.conf /etc/apache2/mods-enabled/ + ln -s ../mods-available/passenger.load /etc/apache2/mods-enabled/ + ln -s ../mods-available/perl.conf /etc/apache2/mods-enabled/ + ln -s ../mods-available/expires.load /etc/apache2/mods-enabled/ + ln -s ../mods-available/rewrite.load /etc/apache2/mods-enabled/ + ln -s ../mods-available/cgi.load /etc/apache2/mods-enabled/ + ln -s ../mods-available/ssl.load /etc/apache2/mods-enabled/ + ln -s ../mods-available/auth_digest.load /etc/apache2/mods-enabled/ cp "$codeconf" /etc/apache2/sites-available/code.conf cp "$codeconfssl" /etc/apache2/sites-available/code-ssl.conf diff -r 1c904260787b -r b8e5e9734526 deploy/provision.d/190-reminders.sh --- a/deploy/provision.d/190-reminders.sh Fri Aug 25 16:00:16 2017 +0100 +++ b/deploy/provision.d/190-reminders.sh Tue Aug 29 11:50:27 2017 +0100 @@ -30,7 +30,9 @@ *** EMAIL Outgoing email is required for notifications, but has not been - configured as part of this provisioning setup. + configured as part of this provisioning setup. You'll need to set + up the server's outgoing mail support and also edit the application + email settings in config/configuration.yml. *** STATIC FRONT PAGE