diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2013-03-03 12:29:57 +0100 |
---|---|---|
committer | Sytse Sijbrandij <sytse@dosire.com> | 2013-03-03 12:29:57 +0100 |
commit | 6e908f1a36e702a5c829981f0ed48924ad837b16 (patch) | |
tree | ec5174624d5e5a20b8ec8dc95488a8f1a835c5b0 /README.md | |
parent | 5421f6b239fcf2742e6190ee6ffdaa6144ab800a (diff) | |
download | gitlab-ce-6e908f1a36e702a5c829981f0ed48924ad837b16.tar.gz |
Sidekiq replaced resque.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index e6cb3e4b24d..236f5b9cff3 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ You can either follow the "ordinary" Installation guide to install it on a machi ### Starting -1. The Installation guide contains instructions to download an init script and run that on boot. After configuring the init script you can run +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: > sudo service gitlab start @@ -63,14 +63,14 @@ or > sudo /etc/init.d/gitlab restart -2. Start it with [Foreman](https://github.com/ddollar/foreman) +2. Start it with [Foreman](https://github.com/ddollar/foreman) in development model bundle exec foreman start -p 3000 -3. Start it manually +3. Start it manually in development mode > bundle exec rails s -> bundle exec rake environment resque:work QUEUE=* VVERBOSE=1 +> bundle exec rake sidekiq:start ### Running the tests |