All Projects → dokku → Dokku

dokku / Dokku

Licence: mit
A docker-powered PaaS that helps you build and manage the lifecycle of applications

Programming Languages

shell
77523 projects
go
31211 projects - #10 most used programming language
Makefile
30231 projects
python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dokku

Choerodon
Open Source Multi-Cloud Integrated Platform
Stars: ✭ 2,149 (-90.3%)
Mutual labels:  paas, devops, containers
Origin
Conformance test suite for OpenShift
Stars: ✭ 8,046 (-63.68%)
Mutual labels:  paas, devops, containers
Tsuru
Open source and extensible Platform as a Service (PaaS).
Stars: ✭ 3,761 (-83.02%)
Mutual labels:  paas, devops, containers
Lastbackend
System for containerized apps management. From build to scaling.
Stars: ✭ 1,536 (-93.07%)
Mutual labels:  paas, devops, containers
Minishift
Run OpenShift 3.x locally
Stars: ✭ 2,246 (-89.86%)
Mutual labels:  paas, devops, containers
Containership
A simple container management platform
Stars: ✭ 241 (-98.91%)
Mutual labels:  paas, devops, containers
Caprover
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
Stars: ✭ 7,964 (-64.05%)
Mutual labels:  heroku, paas, containers
dokku-graphite
a graphite, grafana, statsd, carbon plugin for dokku
Stars: ✭ 47 (-99.79%)
Mutual labels:  dokku, paas
dokku-rabbitmq
a rabbitmq plugin for dokku
Stars: ✭ 41 (-99.81%)
Mutual labels:  dokku, paas
custom-ssh-key-buildpack
🔑 Add an SSH key to you Heroku dyno 🔑
Stars: ✭ 49 (-99.78%)
Mutual labels:  heroku, buildpack
Create React App Buildpack
⚛️ Heroku Buildpack for create-react-app: static hosting for React.js web apps
Stars: ✭ 3,161 (-85.73%)
Mutual labels:  heroku, buildpack
SPaaS
A Simple-PaaS similar to Heroku
Stars: ✭ 18 (-99.92%)
Mutual labels:  heroku, paas
heroku-buildpack-tex
A Heroku buildpack to run TeX Live inside a dyno.
Stars: ✭ 18 (-99.92%)
Mutual labels:  heroku, buildpack
wpacked
📦 WPacked is a WordPress development starter kit with portability and immediate local development in mind.
Stars: ✭ 73 (-99.67%)
Mutual labels:  heroku, dokku
dokku-http-auth
dokku plugin that gives the ability to manage HTTP basic auth for an application
Stars: ✭ 71 (-99.68%)
Mutual labels:  dokku, paas
Ccodashboard
Welcome to the Continuous Cloud Optimization Power BI Dashboard GitHub Project. In this repository you will find all the guidance and files needed to deploy the Dashboard in your environment to take benefit of a single pane of glass to get insights about your Azure resources and services.
Stars: ✭ 256 (-98.84%)
Mutual labels:  paas, devops
dokku-elasticsearch
an elasticsearch plugin for dokku
Stars: ✭ 82 (-99.63%)
Mutual labels:  dokku, paas
buffalo-heroku
Sets up and deploys apps to Heroku
Stars: ✭ 14 (-99.94%)
Mutual labels:  heroku, paas
Pharos Cluster
Pharos - The Kubernetes Distribution
Stars: ✭ 302 (-98.64%)
Mutual labels:  devops, containers
Containerops
DevOps Orchestration Platform
Stars: ✭ 317 (-98.57%)
Mutual labels:  devops, containers

Dokku

Build Status Ubuntu Package Arch Package Slack Group Documentation OpenCollective OpenCollective Patreon

Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.

Sponsors

Become a sponsor and get your logo on our README on GitHub with a link to your site. [Become a sponsor]

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Requirements

A fresh VM running any of the following operating systems:

  • Ubuntu 18.04/20.04 x64 - Any currently supported release
  • Debian 9+ x64
  • CentOS 7 x64 (experimental)
  • Arch Linux x64 (experimental)

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.

Installation

To install the latest stable release, run the following commands as a user who has access to sudo:

wget https://raw.githubusercontent.com/dokku/dokku/v0.26.6/bootstrap.sh
sudo DOKKU_TAG=v0.26.6 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.

Upgrade

View the docs for upgrading from an older version of Dokku.

Documentation

Full documentation - including advanced installation docs - are available online at https://dokku.com/docs/getting-started/installation/.

Support

You can use GitHub Issues, check Troubleshooting in the documentation, or join us on Gliderlabs Slack in the #dokku channel.

Contribution

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.

License

MIT License © Jeff Lindsay

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].