Skip to content

Commit ce4f582

Browse files
committed
Update README.md
Missing flag for pg build
1 parent 5e989d6 commit ce4f582

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/centos/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
491491
sudo -u git -H /usr/local/bin/bundle install --deployment --without development test postgres aws
492492

493493
# 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
494495
sudo -u git -H bundle install --deployment --without development test mysql aws
495496

496497
### Initialize Database and Activate Advanced Features

0 commit comments

Comments
 (0)