Home
Softono

Pgtune

Open source MIT JavaScript
2.7K
Stars
246
Forks
0
Issues
52
Watchers
3 months
Last Commit

 About Pgtune

Pgtune - tuning PostgreSQL config by your hardware

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Pgtune?

We provide expert installation service for this software. Our team will install, configure, and secure Pgtune on your server. plans start at just $30.

PgTune Build and Deploy

PGTune

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

Development

To start it in development mode, you need install node.js, yarn and run in terminal:

$ yarn # get all node.js deps
$ yarn dev # start server on 5173 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