1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redmine_ynh.git synced 2024-09-03 20:16:16 +02:00

Update install

This commit is contained in:
liberodark 2019-03-22 15:43:39 +01:00 committed by GitHub
parent 17a926fc9a
commit 602f2e9bc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,9 +158,7 @@ ynh_print_info "Compile Redmine..."
pushd $final_path
bundle install --without development test rmagick
key=$(RAILS_ENV=production bin/rake secret)
RAILS_ENV=production bin/rake generate_secret_token
#ynh_replace_string "__SECRET_KEY_HERE__" "$key" "$final_path/config/application.yml"
RAILS_ENV=production bin/rake db:migrate
popd