Commit fa46fc94a73f00c0a6d231279a9518aad9a8b5f0
1 parent
cb96cc03
Exists in
master
and in
4 other branches
Fix common mixup when instlling gems from the installation guide
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/install/installation.md
@@ -238,10 +238,10 @@ Make sure to update username/password in config/database.yml. | @@ -238,10 +238,10 @@ Make sure to update username/password in config/database.yml. | ||
238 | 238 | ||
239 | sudo gem install charlock_holmes --version '0.6.9' | 239 | sudo gem install charlock_holmes --version '0.6.9' |
240 | 240 | ||
241 | - # For mysql db | 241 | + # For MySQL (note, the option says "without") |
242 | sudo -u gitlab -H bundle install --deployment --without development test postgres | 242 | sudo -u gitlab -H bundle install --deployment --without development test postgres |
243 | 243 | ||
244 | - # Or For postgres db | 244 | + # Or for PostgreSQL |
245 | sudo -u gitlab -H bundle install --deployment --without development test mysql | 245 | sudo -u gitlab -H bundle install --deployment --without development test mysql |
246 | 246 | ||
247 | ## Configure Git | 247 | ## Configure Git |