mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
# Dokku [](https://circleci.com/gh/progrium/dokku/tree/master)
|
|
|
|
Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. Sponsored by our friends at [Deis](http://deis.io/).
|
|
|
|
## Requirements
|
|
|
|
- A fresh VM running Ubuntu `14.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.3.13/bootstrap.sh | sudo DOKKU_TAG=v0.3.13 bash
|
|
|
|
### Upgrading
|
|
|
|
[View the docs for upgrading](http://progrium.viewdocs.io/dokku/upgrading) from an older version of Dokku.
|
|
|
|
## Documentation
|
|
|
|
Full documentation - including advanced installation docs - are available online at [docs](http://progrium.viewdocs.io/dokku/index)
|
|
|
|
## Support
|
|
|
|
You can use [Github Issues](https://github.com/progrium/dokku/issues), check [Troubleshooting](https://github.com/progrium/dokku/wiki/Troubleshooting) on the wiki, or join us on [freenode in #dokku](https://webchat.freenode.net/?channels=%23dokku)
|
|
|
|
## Sponsors
|
|
|
|
Dokku is currently sponsored by the enterprise grade, multi-host PaaS project [Deis](http://deis.io/).
|
|
|
|
## License
|
|
|
|
MIT
|