summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-20 22:12:42 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-20 22:13:00 +0300
commita9de805eb177828a4613442d13e32c8b73bfaa3c (patch)
tree3b44ee24b8635dd289cca1d8831a419b84fc1ca8
parent27e532b42612559e100657026fe8c7510ec7625e (diff)
downloadgitlab-ce-a9de805eb177828a4613442d13e32c8b73bfaa3c.tar.gz
Fix bug in installation doc with non-install unicorn
-rw-r--r--doc/install/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 8ec0998e5bd..cbaeeda0437 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -232,10 +232,10 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
sudo gem install charlock_holmes --version '0.6.9.4'
# For MySQL (note, the option says "without ... postgres")
- sudo -u git -H bundle install --deployment --without development test postgres unicorn aws
+ sudo -u git -H bundle install --deployment --without development test postgres aws
# Or for PostgreSQL (note, the option says "without ... mysql")
- sudo -u git -H bundle install --deployment --without development test mysql unicorn aws
+ sudo -u git -H bundle install --deployment --without development test mysql aws
## Initialize Database and Activate Advanced Features