Commit c27e49e916cebf87a5dc9e6cf1669d33f7e8cd8c
Exists in
master
and in
4 other branches
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
README.md
| @@ -99,7 +99,7 @@ Start it with [Foreman](https://github.com/ddollar/foreman) | @@ -99,7 +99,7 @@ Start it with [Foreman](https://github.com/ddollar/foreman) | ||
| 99 | or start each component separately | 99 | or start each component separately |
| 100 | 100 | ||
| 101 | bundle exec rails s | 101 | bundle exec rails s |
| 102 | - bundle exec rake sidekiq:start | 102 | + script/background_jobs start |
| 103 | 103 | ||
| 104 | ### Run the tests | 104 | ### Run the tests |
| 105 | 105 |
lib/tasks/gitlab/check.rake
| @@ -648,7 +648,7 @@ namespace :gitlab do | @@ -648,7 +648,7 @@ namespace :gitlab do | ||
| 648 | else | 648 | else |
| 649 | puts "no".red | 649 | puts "no".red |
| 650 | try_fixing_it( | 650 | try_fixing_it( |
| 651 | - sudo_gitlab("bundle exec rake sidekiq:start RAILS_ENV=production") | 651 | + sudo_gitlab("RAILS_ENV=production script/background_jobs start") |
| 652 | ) | 652 | ) |
| 653 | for_more_information( | 653 | for_more_information( |
| 654 | see_installation_guide_section("Install Init Script"), | 654 | see_installation_guide_section("Install Init Script"), |