Updated Installing Tracks 2.3.0 on Ubuntu 14.04 LTS on AWS with SSL support (markdown)

James B Hanks 2020-12-28 00:35:28 -05:00
parent 591c47621c
commit 0286148efd

@ -44,7 +44,7 @@ Uncomment the section for sqlite production, delete the other configuraion for p
$ cp config/site.yml.tmpl config/site.yml
$ nano config/site.yml
```
* change "change-me" in salt and "secret_token" to some random value
* change "change-me" in "salt" and "secret_token" to some random value
* change config.serve_static_assets to true in config/environments/production.rb in order for the images, stylesheets, and javascript files to be served correctly.
$ nano config/environments/production.rb