Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 504 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 504 Bytes

Compiling new versions of pgbouncer and stunnel using Docker

Install docker. Use the Get Started button at the top of the page, which autodetects your OS and presents the appropriate instructions.

Build:

$ cd support
$ docker-compose build
$ docker-compose up

Publishing buildpack updates

heroku plugins:install https://github.com/heroku/heroku-buildpacks

cd heroku-buildpack-pgbouncer
git checkout master
heroku buildpacks:publish heroku/pgbouncer