Skip to content

SupportBee/pgtune

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Development

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

$ bundle # get all 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

Releases

No releases published

Packages

No packages published

Languages

  • HTML 34.2%
  • CSS 23.2%
  • CoffeeScript 23.0%
  • Ruby 19.1%
  • JavaScript 0.5%