Skip to content
/ pgtune Public
forked from le0pard/pgtune

Pgtune - tuning PostgreSQL config by your hardware

License

Notifications You must be signed in to change notification settings

sp1022/pgtune

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.0%
  • Sass 12.2%
  • Ruby 4.4%
  • HTML 3.4%