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
josegonzalez Merge pull request #3858 from dokku/dependabot/composer/tests/apps/ph…
…p/heroku/heroku-buildpack-php-171

chore(deps-dev): bump heroku/heroku-buildpack-php from 170 to 171 in /tests/apps/php
Latest commit cfee47f Feb 12, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci test docker image Jul 18, 2019
contrib Release 0.19.13 Jan 24, 2020
debian Release 0.19.13 Jan 24, 2020
docker feat: add proper openresty support Sep 16, 2019
docs refactor: unify command declaration across codebase Feb 10, 2020
plugins Merge pull request #3682 from dokku/3588-tty-default-lang Feb 10, 2020
rpm fix: remove the build-env plugin from rpm installs Aug 13, 2019
tests chore(deps-dev): bump heroku/heroku-buildpack-php in /tests/apps/php Feb 12, 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 feat: ignore shellcheck SC2191 Apr 2, 2018
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: document nginx:show-conf Dec 19, 2019
LICENSE update copyright year Feb 4, 2014
Makefile Fix filename of sshcommand tarball Aug 20, 2019
PULL_REQUEST_TEMPLATE.md Create PULL_REQUEST_TEMPLATE.md May 10, 2017
README.md Release 0.19.13 Jan 24, 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 fix: drop universe installation in debian Jan 22, 2019
common.mk fix: clean prop bin as well during make clean Feb 10, 2020
deb.mk feat: update herokuish Feb 10, 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 test docker image Jul 18, 2019

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 x64 - Any currently supported release
  • Debian 8.2+ 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.