From 9c329429b1743de93ab1c2b6d243983414bbaca0 Mon Sep 17 00:00:00 2001 From: riking Date: Thu, 17 Jul 2014 19:02:47 -0700 Subject: [PATCH] Add instructions to bootstrap with a notification email --- samples/standalone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/standalone.yml b/samples/standalone.yml index ceec22d..018b1fb 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -64,6 +64,10 @@ 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: -- 2.25.1