From: Sam Date: Mon, 9 Mar 2015 23:31:50 +0000 (+1100) Subject: Merge pull request #72 from riking/notify-email X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=440a06e1a60a565b237363ddce6c16dec870d7a3;p=discourse_docker.git Merge pull request #72 from riking/notify-email Add instructions to bootstrap with a notification email --- 440a06e1a60a565b237363ddce6c16dec870d7a3 diff --cc samples/standalone.yml index ee3eb3c,018b1fb..9c372b3 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@@ -82,7 -64,12 +82,11 @@@ hooks run: - exec: echo "Beginning of custom commands" + ## If you want to set the 'From' email address for your first registration, uncomment and change: + #- exec: rails r "SiteSetting.notification_email='info@unconfigured.discourse.org'" + ## After getting the first signup email, re-comment the line. It only needs to run once. + ## If you want to configure password login for root, uncomment and change: - #- exec: apt-get -y install whois # for mkpasswd ## Use only one of the following lines: #- exec: /usr/sbin/usermod -p 'PASSWORD_HASH' root #- exec: /usr/sbin/usermod -p "$(mkpasswd -m sha-256 'RAW_PASSWORD')" root