From 57772da2befca0ebe69de5b2f40daa4fdd730500 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 4 Feb 2017 19:45:53 +0100 Subject: [PATCH] Remove instructions for CloudControl (they no longer exist) --- README.md | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/README.md b/README.md index 2103256..078fc41 100644 --- a/README.md +++ b/README.md @@ -72,29 +72,7 @@ Schema: redis+tcp://auth:@127.0.0.1:6379/?timeout=10s&maxidle=1&p Example: redis+tcp://auth:mypass@redis.example.com:6379/5?prefix=cloudkeys:: ``` -## Install on PaaS -### Install on CloudControl - -1. Create a new CloudControl app - - ``` - # cctrlapp APP_NAME create custom --buildpack https://github.com/heroku/heroku-buildpack-go - ``` - -2. Push the code to your app and deploy it - - ``` - # cctrlapp APP_NAME/default push - # cctrlapp APP_NAME/default deploy - ``` - -3. Set your configuration variables (see env variables in usage section above) - - ``` - # cctrlapp app_name/dep_name config.add PARAM1=VALUE1 PARAM2=VALUE2 [...] - ``` - -### Install on Heroku +## Install on Heroku 1. Create a new Heroku app