Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 554 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 554 Bytes

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. gem install bundler
  3. bundle install

Extra software used