mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
3def960bf04e350da83752ee36c741b96a9f0e32
Avoids ``` Permission denied (publickey). fatal: The remote end hung up unexpectedly ``` that can occur on certain Vagrant images. Since we need readonly anyway, might as well use HTTPS instead of SSH.
Dokku 
Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.
Requirements
- A fresh VM running either Ubuntu
14.04 x64or12.04 x64
Installing
To install the latest stable version of dokku, you can run the following bootstrapper command:
$ wget -qO- https://raw.github.com/progrium/dokku/v0.2.3/bootstrap.sh | sudo DOKKU_TAG=v0.2.3 bash
Documentation
Full documentation - including advanced installation docs - are available online at docs
Support
You can use Github Issues, check Troubleshooting on the wiki, or join us on freenode in #dokku
License
MIT
Languages
Shell
56.9%
Go
37.5%
Makefile
2%
Python
1.4%
HTML
0.7%
Other
1.2%