Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.
Requirements
- A fresh VM running
Debian 8.2 x64
,Ubuntu 14.04 x64
, orUbuntu 16.04 x64
Installing
To install the latest stable release, you can run the following commands as a user that has access tosudo
:wget https://raw.githubusercontent.com/dokku/dokku/v0.7.2/bootstrap.sh
sudo DOKKU_TAG=v0.7.2 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.
Upgrading
View the docs for upgrading from an older version of Dokku.Documentation
Full documentation - including advanced installation docs - are available online at docsSupport
You can use Github Issues, check Troubleshooting in the documentation, or join us on freenode in #dokkufrom https://github.com/dokku/dokku