move secret token into redis to ease install

This commit is contained in:
Sam
2013-08-20 17:09:42 +10:00
parent 0061fc33cd
commit b5b22f0f36
2 changed files with 7 additions and 21 deletions

View File

@@ -189,12 +189,6 @@ Edit /var/www/discourse/config/discourse.pill
- Ensure appropriate Bluepill.application line is uncommented
- search for "host to run on" and change to current hostname
Edit /var/www/discourse/config/initializers/secret_token.rb
- uncomment secret_token line
- replace SET_SECRET_HERE with the output from 'RAILS_ENV=production rake secret' command run from the discourse directory (`/var/www/discourse`)
- delete the lines below as per instructions in the file
Edit /var/www/discourse/config/environments/production.rb
- 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))