From a6af2ad1604c892eb70e618694100d4a5928e38c Mon Sep 17 00:00:00 2001 From: obfuscurity Date: Wed, 29 Oct 2014 17:48:21 -0700 Subject: [PATCH] testing the Heroku button --- README.md | 6 +++++- app.json | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 app.json diff --git a/README.md b/README.md index 467015e..7f4f49d 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ $ foreman start $ open http://127.0.0.1:5000 ``` -### Heroku +### Heroku - The Old Way ```bash $ export DEPLOY=production/staging/you @@ -132,6 +132,10 @@ $ heroku scale -r $DEPLOY web=1 $ heroku open -r $DEPLOY ``` +### Heroku - The Easy Way + +[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/obfuscurity/descartes) + ## Upgrades Upgrades are typically performed by updating your in-place copy of the Descartes checkout. If you are using a third-party package, please refer to their upgrade documentation. diff --git a/app.json b/app.json new file mode 100644 index 0000000..d126f28 --- /dev/null +++ b/app.json @@ -0,0 +1,24 @@ +{ + "name": "Descartes", + "description": "Introspective dashboard for Graphite", + "website": "https://github.com/obfuscurity/descartes", + "repository": "https://github.com/obfuscurity/descartes", + "logo": "https://raw.githubusercontent.com/obfuscurity/descartes/master/lib/descartes/public/img/descartes-logo.png", + "success_url": "/", + "keywords": [ + "graphite", + "dashboard", + "monitoring", + "devops" + ], + "scripts": { + "postdeploy": "" + }, + "addons": [ + "redistogo", + "heroku-postgresql:dev" + ], + "env": { + "BUILDPACK_URL": "" + } +} \ No newline at end of file