From 5a664b3ca4cb1114bf5607332f325f5a6f77add2 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 20 Aug 2013 22:12:42 +0300 Subject: [PATCH] Fix bug in installation doc with non-install unicorn --- doc/install/installation.md | 4 ++-- 1 file 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 -- GitLab