We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
# Get latest code git pull origin stable # Install libs bundle install --without development test # update db bundle exec rake db:migrate RAILS_ENV=production # Enable automerge bundle exec rake gitlab:app:enable_automerge RAILS_ENV=production