Commit 57fe5866 by liberodark

fix

parent 7f66e3cb
...@@ -157,7 +157,7 @@ ynh_replace_string "yunobase" "$db_name" "$final_path/config/database.yml" ...@@ -157,7 +157,7 @@ ynh_replace_string "yunobase" "$db_name" "$final_path/config/database.yml"
ynh_print_info "Compile Redmine..." ynh_print_info "Compile Redmine..."
pushd $final_path pushd $final_path
bundle install bundle install --without development test rmagick
mv config/application.example.yml config/application.yml mv config/application.example.yml config/application.yml
key=$(RAILS_ENV=production bin/rake secret) key=$(RAILS_ENV=production bin/rake secret)
ynh_replace_string "__SECRET_KEY_HERE__" "$key" "/opt/pia-back/config/application.yml" ynh_replace_string "__SECRET_KEY_HERE__" "$key" "/opt/pia-back/config/application.yml"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment