From 339b239d42b807d4ccfbc431ab4650d992e154f9 Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 21 Mar 2019 13:24:40 +0100 Subject: [PATCH] Update install --- scripts/install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 40db383..62c5dae 100644 --- a/scripts/install +++ b/scripts/install @@ -158,10 +158,9 @@ ynh_print_info "Compile Redmine..." pushd $final_path 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" "$final_path/config/application.yml" -#RAILS_ENV=production bin/rake db:create +RAILS_ENV=production bin/rake secret +#ynh_replace_string "__SECRET_KEY_HERE__" "$key" "$final_path/config/application.yml" RAILS_ENV=production bin/rake db:migrate popd