DEV Community

Cover image for Create your own tiniest Heroku/CloudFoundry-like PaaS .
manish srivastava
manish srivastava

Posted on

Create your own tiniest Heroku/CloudFoundry-like PaaS .

Meet Piku...

piku, inspired by dokku, allows you do git push deployments to your own servers.

-Runs on low end devices.
-Accessible to hobbyists and K-12 schools.
~1000 lines readable code.
-Functional code style.
-Few (single?) dependencies
12 factor app.
-Simplify user experience.
-Cover 80% of common use cases.
-Sensible defaults.
-Leverage distro packages in Raspbian/Debian/Ubuntu (Alpine and RHEL support is WIP)
-Leverage standard tooling (git, ssh, uwsgi, nginx).
-Preserve backwards compatibility where possible.

There is more....

https://github.com/piku/piku

Oldest comments (0)