# History ## 0.9.0 ### Bug Fixes - #2691: @josegonzalez Fix package building when golang binaries are available - #2671: @znz Fix variable name - #2672: @callahad Fix logrotate on Debian - #2666: @josegonzalez Use correct flag for build arguments when installing herokuish - #2664: @pvalentim Fix remote name when using --remote option with apps:create ### New Features - #2689: @mbreit Add dokku-monit to community plugin list - #2683: @josegonzalez Ensure we have an example for adding keys as another user - #2682: @josegonzalez Clarify supported stanzas in app.json - #2679: @callahad Remove unnecessary Linode-specific instructions - #2670: @znz Remove duplicated `(i.e. ` ### Documentation - #2685: @josegonzalez Pass shellcheck on os x - #2677: @callahad Prefer HTTP2 to SPDY in nginx-vhosts - #2673: @michaelshobbs Update to herokuish 0.3.27 - #2674: @michaelshobbs Update sshcommand to 0.7.0 - #2654: @ebeigarts Enable nginx and docker on system startup when using bootstrap.sh on CentOS - #2546: @michaelshobbs Convert repo plugin to golang
12 KiB
Dokku
Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.
Sponsors
See our list of past sponsors in the SPONSORS file.
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 x64
- Ubuntu 14.04 x64
- Debian 8.2 x64
- CentOS 7 x64 (experimental)
- Arch Linux x64 (experimental)
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.9.0/bootstrap.sh
sudo DOKKU_TAG=v0.9.0 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