Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Dokku | 24,399 | 2 | 3 days ago | 77 | April 22, 2021 | 44 | mit | Shell | ||
A docker-powered PaaS that helps you build and manage the lifecycle of applications | ||||||||||
Faas | 22,815 | 9 | 7 days ago | 31 | April 12, 2021 | 28 | mit | Go | ||
OpenFaaS - Serverless Functions Made Simple | ||||||||||
Caprover | 10,121 | 7 days ago | 100 | other | TypeScript | |||||
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids | ||||||||||
Golang Open Source Projects | 9,961 | 7 months ago | 26 | |||||||
为互联网IT人打造的中文版awesome-go | ||||||||||
Deis | 6,104 | 6 | 4 years ago | 68 | January 19, 2017 | 4 | mit | Python | ||
Deis v1, the CoreOS and Docker PaaS: Your PaaS. Your Rules. | ||||||||||
Kubeoperator | 4,614 | 10 days ago | 33 | apache-2.0 | Go | |||||
KubeOperator 是一个开源的轻量级 Kubernetes 发行版,专注于帮助企业规划、部署和运营生产级别的 K8s 集群。 | ||||||||||
Tsuru | 4,280 | 3 | 6 | 3 days ago | 53 | April 22, 2021 | 17 | bsd-3-clause | Go | |
Open source and extensible Platform as a Service (PaaS). | ||||||||||
Porter | 3,684 | 18 hours ago | 276 | September 23, 2022 | 85 | other | Go | |||
Kubernetes powered PaaS that runs in your own cloud. | ||||||||||
K8s_paas | 3,125 | a month ago | 7 | mit | Shell | |||||
如何基于K8s(Kubernetes)部署成PaaS/DevOps(一套完整的软件研发和部署平台)--教程/学习(实战代码/欢迎讨论/大量注释/操作配图),你将习得部署如:K8S(Kubernetes)、Dashboard、Harbor、Jenkins、本地Gitlab、Apollo框架、Promtheus、Grafana、Spinnaker等。 | ||||||||||
Empire | 2,639 | 2 years ago | 11 | March 16, 2021 | 89 | bsd-2-clause | Go | |||
A PaaS built on top of Amazon EC2 Container Service (ECS) |
Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.
Become a sponsor and get your logo on our README on GitHub with a link to your site. [Become a sponsor]
Support us with a monthly donation and help us continue our activities. [Become a backer]
A fresh VM running any of the following operating systems:
An SSH keypair that can be used for application deployment. If this exists before installation, it will be automatically imported into dokku.
Otherwise, you will need to import the keypair manually after installation using dokku ssh-keys:add
.
To install the latest stable release, run the following commands as a user who has access to sudo
:
wget https://dokku.com/install/v0.30.2/bootstrap.sh
sudo DOKKU_TAG=v0.30.2 bash bootstrap.sh
You can then proceed to configure your server domain (via dokku domains:set-global
) and user access (via dokku ssh-keys:add
) to complete the installation.
If you wish for a more unattended installation method, see these docs.
View the docs for upgrading from an older version of Dokku.
Full documentation - including advanced installation docs - are available online at https://dokku.com/docs/getting-started/installation/.
You can use GitHub Issues, check Troubleshooting in the documentation, or join us on Gliderlabs Slack in the #dokku channel.
After checking GitHub Issues, the Troubleshooting Guide or having a chat with us on Gliderlabs Slack in the #dokku channel, feel free to fork and create a Pull Request.
While we may not merge your PR as is, they serve to start conversations and improve the general Dokku experience for all users.
MIT License © Jeff Lindsay