rudipratm / pgtune

PGtune - tuning PostgreSQL config by your hardware

Home Page:https://pgtune.leopard.in.ua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PGTune

Tuning PostgreSQL config by your hardware. Based on original pgtune. Illustration by Kate.

Development

Web app build on top of middleman. To start it in development mode, you need install ruby, node.js and run in terminal:

$ bundle # get all ruby deps
$ yarn # get all node.js deps
$ middleman server # start server on 4567 port

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

PGtune - tuning PostgreSQL config by your hardware

https://pgtune.leopard.in.ua

License:MIT License


Languages

Language:JavaScript 73.8%Language:CSS 21.4%Language:Ruby 2.9%Language:HTML 2.0%