Commit 6e908f1a36e702a5c829981f0ed48924ad837b16

Authored by Sytse Sijbrandij
1 parent 5421f6b2

Sidekiq replaced resque.

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
README.md
... ... @@ -55,7 +55,7 @@ You can either follow the "ordinary" Installation guide to install it on a machi
55 55  
56 56 ### Starting
57 57  
58   -1. The Installation guide contains instructions to download an init script and run that on boot. After configuring the init script you can run
  58 +1. The Installation guide contains instructions to download an init script and run that on boot. With the init script you can also start GitLab with:
59 59  
60 60 > sudo service gitlab start
61 61  
... ... @@ -63,14 +63,14 @@ or
63 63  
64 64 > sudo /etc/init.d/gitlab restart
65 65  
66   -2. Start it with [Foreman](https://github.com/ddollar/foreman)
  66 +2. Start it with [Foreman](https://github.com/ddollar/foreman) in development model
67 67  
68 68 bundle exec foreman start -p 3000
69 69  
70   -3. Start it manually
  70 +3. Start it manually in development mode
71 71  
72 72 > bundle exec rails s
73   -> bundle exec rake environment resque:work QUEUE=* VVERBOSE=1
  73 +> bundle exec rake sidekiq:start
74 74  
75 75 ### Running the tests
76 76  
... ...