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

Try to add webrick

This commit is contained in:
Salamandar 2024-02-23 17:49:01 +01:00
parent be179e9504
commit 98782794a6
3 changed files with 3 additions and 0 deletions

View file

@ -66,6 +66,7 @@ pushd $install_dir
ynh_gem update --system --no-document
ynh_gem install bundler passenger --no-document
bundle config set --local without 'development test rmagick'
bundle add 'webrick' --version '~> 1.7'
bundle install
ynh_exec_warn_less bundle exec rake generate_secret_token RAILS_ENV=production
ynh_exec_warn_less bundle exec rake db:migrate RAILS_ENV=production

View file

@ -58,6 +58,7 @@ pushd $install_dir
ynh_gem update --system --no-document
ynh_gem install bundler passenger --no-document
bundle config set --local without 'development test rmagick'
bundle add 'webrick' --version '~> 1.7'
bundle install
popd

View file

@ -71,6 +71,7 @@ pushd $install_dir
ynh_gem update --system --no-document
ynh_gem install bundler passenger --no-document
bundle config set --local without 'development test rmagick'
bundle add 'webrick' --version '~> 1.7'
bundle install
ynh_exec_warn_less bundle exec rake db:migrate RAILS_ENV=production
popd