1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redmine_ynh.git synced 2024-09-03 20:16:16 +02:00
This commit is contained in:
liberodark 2019-03-13 14:43:15 +01:00
parent 7f66e3cb15
commit 57fe58661c

View file

@ -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"