My database is on a different server to the application. When I run "bundle" I get the following error:
No pg_config... trying anyway. If building fails, please try again with --with-pg-config=/path/to/pg_config
How do I set the pg config path if pg is not actually installed on the application server? I have also tried:
bundle config build.pg --without-pg_config
Thanks