OSDN Git Service

Fix sidekiq start text in documentation and gitlab:check
authorPerry Faro <perryfaro@live.nl>
Thu, 31 Oct 2013 19:19:57 +0000 (20:19 +0100)
committerPerry Faro <perryfaro@live.nl>
Fri, 1 Nov 2013 10:52:44 +0000 (11:52 +0100)
README.md
lib/tasks/gitlab/check.rake

index b1c1099..64e40fd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ Start it with [Foreman](https://github.com/ddollar/foreman)
 or start each component separately
 
     bundle exec rails s
-    bundle exec rake sidekiq:start
+    script/background_jobs start
 
 ### Run the tests
 
index c4f1eba..6153063 100644 (file)
@@ -648,7 +648,7 @@ namespace :gitlab do
       else
         puts "no".red
         try_fixing_it(
-          sudo_gitlab("bundle exec rake sidekiq:start RAILS_ENV=production")
+          sudo_gitlab("RAILS_ENV=production script/background_jobs start")
         )
         for_more_information(
           see_installation_guide_section("Install Init Script"),