Fix common mixup when instlling gems from the installation guide

This commit is contained in:
Riyad Preukschas 2013-01-19 14:52:25 +01:00
parent cb96cc030a
commit fa46fc94a7

View file

@ -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