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.
2 parents 85c7552 + ce4f582 commit 86e56eeCopy full SHA for 86e56ee
install/centos/README.md
@@ -491,6 +491,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
491
sudo -u git -H /usr/local/bin/bundle install --deployment --without development test postgres aws
492
493
# Or for PostgreSQL (note, the option says "without ... mysql")
494
+ sudo -u git -H bundle config build.pg --with-pg-config=/usr/pgsql-9.3/bin/pg_config
495
sudo -u git -H bundle install --deployment --without development test mysql aws
496
497
### Initialize Database and Activate Advanced Features
0 commit comments