From 57fe58661ceea643c1abd27a14e5e071f26a2a3d Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 13 Mar 2019 14:43:15 +0100 Subject: [PATCH] fix --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d5b6eed..7d53b3a 100644 --- a/scripts/install +++ b/scripts/install @@ -157,7 +157,7 @@ ynh_replace_string "yunobase" "$db_name" "$final_path/config/database.yml" ynh_print_info "Compile Redmine..." pushd $final_path -bundle install +bundle install --without development test rmagick mv config/application.example.yml config/application.yml key=$(RAILS_ENV=production bin/rake secret) ynh_replace_string "__SECRET_KEY_HERE__" "$key" "/opt/pia-back/config/application.yml"