We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ad93e commit 357424cCopy full SHA for 357424c
install/centos/README.md
@@ -483,7 +483,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
483
cd /home/git/gitlab
484
485
# For MySQL (note, the option says "without ... postgres")
486
- sudo -u git -H /usr/local/bin/bundle install --deployment --without development test postgres aws
+ sudo -u git -H bundle install --deployment --without development test postgres aws
487
488
# Or for PostgreSQL (note, the option says "without ... mysql")
489
sudo -u git -H bundle config build.pg --with-pg-config=/usr/pgsql-9.3/bin/pg_config
0 commit comments