Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2013-01-19 17:52:25 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2013-01-19 17:52:25 +0400
commitfa46fc94a73f00c0a6d231279a9518aad9a8b5f0 (patch)
tree1ad4729ea8da5d1a972fc635899e5b8fbfc76787 /doc
parentcb96cc030ad159342c82887120eb28e315424121 (diff)
Fix common mixup when instlling gems from the installation guide
Diffstat (limited to 'doc')
-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 8bfcf5c5d44..27c87ec825f 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -238,10 +238,10 @@ Make sure to update username/password in config/database.yml.
sudo gem install charlock_holmes --version '0.6.9'
- # For mysql db
+ # For MySQL (note, the option says "without")
sudo -u gitlab -H bundle install --deployment --without development test postgres
- # Or For postgres db
+ # Or for PostgreSQL
sudo -u gitlab -H bundle install --deployment --without development test mysql
## Configure Git