2015-12-06 04:51:31 -05:00
# Dokku [](https://circleci.com/gh/dokku/dokku/tree/master) [](https://packagecloud.io/dokku/dokku) [](https://webchat.freenode.net/?channels=dokku) [](http://dokku.viewdocs.io/dokku/) [](https://gratipay.com/dokku/)
2013-06-08 03:48:13 -07:00
2014-10-28 11:25:45 -05:00
Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. Sponsored by our friends at [Deis ](http://deis.io/ ).
2013-06-08 03:48:13 -07:00
## Requirements
2014-11-15 16:57:59 -05:00
- A fresh VM running Ubuntu `14.04 x64`
2014-04-18 17:35:43 -07:00
2013-06-08 03:48:13 -07:00
## Installing
2015-04-22 11:40:27 -07:00
To install the latest stable release, you can run the following commands as a user that has access to `sudo` :
2013-11-23 17:22:51 -08:00
2016-01-07 00:51:41 -05:00
wget https://raw.githubusercontent.com/dokku/dokku/v0.4.10/bootstrap.sh
sudo DOKKU_TAG=v0.4.10 bash bootstrap.sh
2013-11-23 17:22:51 -08:00
2014-12-02 00:33:44 -05:00
### Upgrading
2015-12-06 04:51:31 -05:00
[View the docs for upgrading ](http://dokku.viewdocs.io/dokku/upgrading ) from an older version of Dokku.
2014-12-02 00:33:44 -05:00
2014-10-04 04:24:22 -04:00
## Documentation
2013-07-23 15:20:23 +10:00
2015-12-06 04:51:31 -05:00
Full documentation - including advanced installation docs - are available online at [docs ](http://dokku.viewdocs.io/dokku/ )
2013-07-23 15:15:21 +10:00
2013-06-19 17:43:51 -07:00
## Support
2015-12-06 04:51:31 -05:00
You can use [Github Issues ](https://github.com/dokku/dokku/issues ), check [Troubleshooting ](http://dokku.viewdocs.io/dokku/troubleshooting ) in the documentation, or join us on [freenode in #dokku ](https://webchat.freenode.net/?channels=%23dokku )
2013-06-19 17:43:51 -07:00
2015-04-29 10:52:38 +02:00
## Contribution
2015-12-06 04:51:31 -05:00
After checking [Github Issues ](https://github.com/dokku/dokku/issues ), the [Troubleshooting Guide ](http://dokku.viewdocs.io/dokku/troubleshooting ) or having a chat with us on [freenode in #dokku ](https://webchat.freenode.net/?channels=%23dokku ), feel free to fork and create a Pull Request.
2015-04-30 08:35:25 +02:00
While we may not merge your PR as is, they serve to start conversations and improve the general dokku experience for all users.
2015-04-29 10:52:38 +02:00
2014-10-28 11:25:45 -05:00
## Sponsors
2014-11-06 22:05:35 +00:00
Dokku is currently sponsored by the enterprise grade, multi-host PaaS project [Deis ](http://deis.io/ ).
2014-10-28 11:25:45 -05:00
2013-06-08 04:29:46 -07:00
## License
2015-12-06 04:51:31 -05:00
[MIT License ](https://github.com/dokku/dokku/blob/master/LICENSE ) © Jeff Lindsay