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

Jyri-Petteri Paloposki 2021-11-15 14:48:22 +02:00
parent ca65e2c6d7
commit 82e2872aef

@ -95,7 +95,7 @@ We will be installing all Ruby packages into this local folder for not messing u
```bash
$ bundle config set --local path 'vendor/bundle'
$ export RAILS_SERVE_STATIC_FILES=true
$ bundle install --without=mysql,postgresql # Edit per your needs
$ bundle install --without=mysql --without=postgresql # Edit per your needs
```
Compile static assets