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 5e989d6 commit ce4f582Copy full SHA for ce4f582
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