Installation document mistake?
Created by: justlaputa
Hi,
I'm trying to install gitlab for the first time, I found that in installation.md:
# For mysql db
sudo -u gitlab -H bundle install --deployment --without development test postgres
# Or For postgres db
sudo -u gitlab -H bundle install --deployment --without development test mysql
I think these too commands are reversed by mistake, are they?