Gitlab server

From Jan's Wiki
Jump to navigation Jump to search
  • Messed up page layout [1]
bundle exec rake assets:clean RAILS_ENV=production
bundle exec rake assets:precompile RAILS_ENV=production
  • Database upgrade [2]
bundle exec rake db:migrate RAILS_ENV=production
  • Check all components [3]
bundle exec rake gitlab:check RAILS_ENV=production