From 82e2872aef9b2e69eeb7eab9d035d53f5a2fc098 Mon Sep 17 00:00:00 2001 From: Jyri-Petteri Paloposki Date: Mon, 15 Nov 2021 14:48:22 +0200 Subject: [PATCH] Updated Install Tracks 2.5.1 on Ubuntu 20.04 LTS on AWS with SSL support (markdown) --- ...-Tracks-2.5.1-on-Ubuntu-20.04-LTS-on-AWS-with-SSL-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-Tracks-2.5.1-on-Ubuntu-20.04-LTS-on-AWS-with-SSL-support.md b/Install-Tracks-2.5.1-on-Ubuntu-20.04-LTS-on-AWS-with-SSL-support.md index c2334b5..09a4c06 100644 --- a/Install-Tracks-2.5.1-on-Ubuntu-20.04-LTS-on-AWS-with-SSL-support.md +++ b/Install-Tracks-2.5.1-on-Ubuntu-20.04-LTS-on-AWS-with-SSL-support.md @@ -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