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:
parent
be179e9504
commit
98782794a6
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue