Skip to content
A docker-powered PaaS that helps you build and manage the lifecycle of applications
Shell Go Makefile Python JavaScript Dockerfile Other
Branch: master
Clone or download

Latest commit

Latest commit cd21e90 Mar 7, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci feat: drop support for unsupported Debian and Ubuntu releases Feb 28, 2020
contrib feat: drop support for unsupported Debian and Ubuntu releases Feb 28, 2020
debian fix: remove deprecated egrep calls from codebase Feb 17, 2020
docker feat: add proper openresty support Sep 16, 2019
docs Mark 9+ for Debian version Mar 7, 2020
plugins chore: remove unnecessary source/import statements Feb 28, 2020
rpm fix: remove the build-env plugin from rpm installs Aug 13, 2019
tests Merge pull request #3885 from dokku/dependabot/composer/tests/apps/ph… Mar 2, 2020
.codacy.yml add codacy config and coverage targets Oct 2, 2017
.dockerignore fix: allow test dhparam.pem to be copied into docker image Sep 16, 2019
.editorconfig refactor: rewrite network plugin in golang Oct 2, 2017
.gitignore feat: add timing info Dec 30, 2018
.stickler.yml chore: remove all deprecated commands Feb 12, 2020
CODE_OF_CONDUCT.md Upgrade our CoC to 1.4 of the Contributor Covenant Feb 9, 2016
CONTRIBUTING.md docs: Update issue template information Feb 11, 2019
Dockerfile fest: handle both openresty and nginx in docker image builds Sep 16, 2019
HISTORY.md Release 0.19.13 Jan 24, 2020
ISSUE_TEMPLATE.md docs: push users to upgrade to recent versions Feb 25, 2020
LICENSE update copyright year Feb 4, 2014
Makefile fix: install jq for tests Feb 23, 2020
PULL_REQUEST_TEMPLATE.md Create PULL_REQUEST_TEMPLATE.md May 10, 2017
README.md feat: drop support for unsupported Debian and Ubuntu releases Feb 28, 2020
Vagrantfile feat: add support for new vmware_desktop provider Mar 13, 2019
arch.mk fix: allow overriding both DOKKU_VERSION and GIT_REV via environment … Jan 8, 2017
bootstrap.sh feat: drop support for unsupported Debian and Ubuntu releases Feb 28, 2020
common.mk fix: clean prop bin as well during make clean Feb 10, 2020
deb.mk chore: update herokuish Mar 8, 2020
dokku chore: drop missing commands Feb 10, 2020
package.mk fix: try and decrease number of compiles during release process Apr 8, 2019
rpm.mk feat: add support for python3 Sep 20, 2019
tests.mk feat: drop support for unsupported Debian and Ubuntu releases Feb 28, 2020

README.md

Dokku

Build Status Ubuntu Package Arch Package IRC Network 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 16.04/18.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.19.13/bootstrap.sh
sudo DOKKU_TAG=v0.19.13 bash bootstrap.sh

You can then proceed to the ip address or domain name associated with your server to complete the web-based 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 http://dokku.viewdocs.io/dokku/.

Support

You can use Github Issues, check Troubleshooting in the documentation, or join us on freenode in #dokku.

Contribution

After checking Github Issues, the Troubleshooting Guide or having a chat with us on freenode in #dokku, 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

You can’t perform that action at this time.