本文共 644 字,大约阅读时间需要 2 分钟。
# We changed config format so replace with new default and edit
cp config/gitlab.yml.example config/gitlab.yml
bundle install --without development test
bundle exec rake db:migrate RAILS_ENV=production
bundle exec rake gitlab:app:update_hooks RAILS_ENV=production
bundle exec rake gitlab:app:enable_automerge RAILS_ENV=production
bundle exec rake gitlab:app:status RAILS_ENV=production
转载地址:http://kusmx.baihongyu.com/