Commit 133364af by Administrator

Ajout de --verbose dans commande bundle install

parent d01a7cb8
...@@ -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 --without development test rmagick bundle install --verbose --without development test rmagick
RAILS_ENV=production bin/rake generate_secret_token RAILS_ENV=production bin/rake generate_secret_token
RAILS_ENV=production bin/rake db:migrate RAILS_ENV=production bin/rake db:migrate
popd popd
......
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