Michael Merickel ee5c35dd9d do not output message when creating ENV file
This fixes a bug introduced when deploying apps where the
nginx-vhosts plugin runs ``dokku config:get $APP NO_VHOST``. The initial
run of this actually was creating the ``ENV`` file and dumping to
stdout the value "NO_VHOST=-----> Creating /home/dokku/foo/ENV". This
was obviously no good because nginx-vhosts was considering this to be a
value of true.

I've modified this to simply not return anything when the value does not
exist. A better update may be to output the messages to stderr instead
of stdout.
2014-11-25 15:43:36 -05:00
2014-11-25 10:44:32 -05:00
2014-11-25 10:44:32 -05:00
2014-11-16 03:00:32 -05:00
2013-11-08 16:27:15 -08:00
2013-12-28 16:10:13 +01:00
2014-11-23 20:22:26 -05:00
2014-11-25 10:44:32 -05:00
2014-02-03 22:53:56 -08:00
2014-11-23 20:32:13 -05:00
2014-11-25 10:44:32 -05:00
2014-10-28 11:25:45 -05:00

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 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.6/bootstrap.sh | sudo DOKKU_TAG=v0.3.6 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 currently sponsored by the enterprise grade, multi-host PaaS project Deis.

License

MIT

Description
A docker-powered PaaS that helps you build and manage the lifecycle of applications dokku.com
Readme MIT 40 MiB
Languages
Shell 56.4%
Go 38.2%
Makefile 1.9%
Python 1.3%
HTML 0.7%
Other 1.2%