mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-04 18:36:13 +02:00
Ensure to install dependency gems
This commit is contained in:
parent
9c8bcccdcd
commit
ea31beff6d
@ -6,5 +6,6 @@ dir = File.expand_path("../../", __FILE__)
|
||||
ENV["BUNDLE_GEMFILE"] ||= File.join(dir, "Gemfile.production")
|
||||
ENV["SECRET_KEY_BASE"] ||= SecureRandom.hex(64)
|
||||
ENV["RAILS_ENV"] ||= "production"
|
||||
system(*%W(bundle install))
|
||||
system(*%W(bundle exec rake db:create db:migrate db:seed))
|
||||
system(*%W(bundle exec rackup -E production #{dir}/config.ru))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user