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

Jyri-Petteri Paloposki 2021-11-15 14:42:00 +02:00
parent 2ceceb9506
commit ca65e2c6d7

@ -42,13 +42,6 @@ Edit `Gemfile`, I'm using `nano`
$ nano Gemfile
```
Comment out unused backends
```
# gem "mysql2", "~> 0.5.3", group: :mysql
# gem "pg", "~> 1.2.3", group: :postgresql
```
```bash
$ cp config/database.yml.tmpl config/database.yml
$ nano config/database.yml
@ -102,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
$ bundle install --without=mysql,postgresql # Edit per your needs
```
Compile static assets