Updated Install Tracks 2.5.1 on Ubuntu 20.04 LTS on AWS with SSL support (markdown)

Ivan Habernal 2021-07-31 15:17:21 +02:00
parent ca4c56abc1
commit 2ceceb9506

@ -76,6 +76,18 @@ production:
timeout: 5000
```
### Temporary fix
As long as https://github.com/TracksApp/tracks/issues/2630 is not fixed, you have to add
gem "mini_racer"
at the end of the Gemfile, such as here
https://github.com/TracksApp/tracks/pull/2632/commits/67d8da45a36d3e2bb41b378c6324258868975014
## Configuration
```bash
$ cp config/site.yml.tmpl config/site.yml
$ nano config/site.yml