Merge pull request #72 from riking/notify-email
authorSam <sam.saffron@gmail.com>
Mon, 9 Mar 2015 23:31:50 +0000 (10:31 +1100)
committerSam <sam.saffron@gmail.com>
Mon, 9 Mar 2015 23:31:50 +0000 (10:31 +1100)
Add instructions to bootstrap with a notification email

1  2 
samples/standalone.yml

index ee3eb3cdf4cf290b65464d9820a8d6581f42fabd,018b1fbf93ef80e65ec98b19eef0b616f2cded5c..9c372b3c0c2c2286e9f4a6671f605e4cc0788867
@@@ -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