Commit fa46fc94 authored by Riyad Preukschas's avatar Riyad Preukschas

Fix common mixup when instlling gems from the installation guide

parent cb96cc03
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment