Fix common mixup when instlling gems from the installation guide
This commit is contained in:
parent
cb96cc030a
commit
fa46fc94a7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue