From ce71828a9a9575c31f7d25facde88b2abf078a6f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sat, 5 Mar 2016 05:41:55 -0500 Subject: [PATCH] docs(help) add Deploy --- HELP.md | 6 ++++++ README.md | 3 +++ 2 files changed, 9 insertions(+) diff --git a/HELP.md b/HELP.md index eb939bbc..180af88a 100644 --- a/HELP.md +++ b/HELP.md @@ -405,6 +405,12 @@ ln -s ./sites-enabled/io.cloudcmd.io ./sites-available /etc/init.d/nginx restart ``` +Deploy +--------------- +`Cloud Commander` could be easily deployed to [Heroku](https://heroku.com/deploy?template=https://github.com/coderaiser/cloudcmd "Deploy to Heroku"). + +[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png "Deploy to Heroku")]( https://heroku.com/deploy?template=https://github.com/coderaiser/cloudcmd) + Docker --------------- `Cloud Commander` could be used as [docker container](https://hub.docker.com/r/coderaiser/cloudcmd/ "Docker container") this way: diff --git a/README.md b/README.md index ab6847f2..d4538aa1 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ cloudcmd Open url `http://localhost:8000` in browser. +## Deploy +`Cloud Commander` could be easily deployed to [Heroku][DeployURL]. + [![Deploy][DeployIMG]][DeployURL] ## Using as Middleware