Gitlab server

From Jan's Wiki
Revision as of 19:54, 12 August 2014 by 62.224.107.252 (talk) (Created page with "* Messed up page layout [http://www.istvank.eu/archives/812] bundle exec rake assets:clean RAILS_ENV=production bundle exec rake assets:precompile RAILS_ENV=production * Da...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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