Skip to content

postgres-cn/pgbouncer-doc

Repository files navigation

PgBouncer website

Currently it's set up to use Jekyll built into Github Pages. For local testing it requires Ruby.

This could be swapped to some completely different toolchain, like Sphinx (Python) or Metalworks (node.js) but requires that final HTML files are committed into repo.

Devel setup

https://help.github.com/articles/using-jekyll-with-pages/

In short:

  1. Install Ruby 2.1+
  2. gem install bundler
  3. bundle install

Extra software used