mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
26 lines
924 B
Markdown
26 lines
924 B
Markdown
# Dokku [](https://travis-ci.org/progrium/dokku)
|
|
|
|
Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.
|
|
|
|
## Requirements
|
|
|
|
- A fresh VM running either Ubuntu `14.04 x64` or `12.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](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)
|
|
|
|
## License
|
|
|
|
MIT
|