mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-29 04:06:11 +01:00
Updated Install Tracks 2.5.1 on Ubuntu 20.04 LTS on AWS with SSL support (markdown)
parent
2ceceb9506
commit
ca65e2c6d7
1 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue