- Notifications
You must be signed in to change notification settings - Fork0
A docker-powered PaaS that helps you build and manage the lifecycle of applications
License
holamendi/dokku
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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:
- Ubuntu 20.04 / 22.04 / 24.04 (amd64/arm64) - Any currently supported release
- Debian 11+ (amd64/arm64)
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 usingdokku ssh-keys:add
.
To install the latest stable release, run the following commands as a user who has access tosudo
:
wget -NP. https://dokku.com/install/v0.35.15/bootstrap.shsudo DOKKU_TAG=v0.35.15 bash bootstrap.sh
You can then proceed to configure your server domain (viadokku domains:set-global
) and user access (viadokku ssh-keys:add
) to complete the installation.
If you wish for a more unattended installation method, seethese docs.
View the docs for upgrading from an older version of Dokku.
Full documentation - including advanced installation docs - are available online athttps://dokku.com/docs/getting-started/installation/.
You can useGitHub Issues, checkTroubleshooting in the documentation, or join us onGliderlabs Slack in the #dokku channel.
After checkingGitHub Issues, theTroubleshooting Guide or having a chat with us onGliderlabs 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
About
A docker-powered PaaS that helps you build and manage the lifecycle of applications
Resources
License
Stars
Watchers
Forks
Packages0
Languages
- Shell56.8%
- Go37.0%
- Makefile2.1%
- Python1.5%
- HTML0.8%
- Dockerfile0.6%
- Other1.2%