hardeep / dokku

Docker powered mini-Heroku in around 100 lines of Bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dokku Build Status

Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. Sponsored by our friends at Deis.

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

Support

You can use Github Issues, check Troubleshooting on the wiki, or join us on freenode in #dokku

Sponsors

Dokku is currented sponsored by the enterprise grade, multi-host PaaS project Deis.

License

MIT

About

Docker powered mini-Heroku in around 100 lines of Bash

License:MIT License