Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
testing the Heroku button
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscurity committed Oct 30, 2014
1 parent 7b2de00 commit a6af2ad
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -113,7 +113,7 @@ $ foreman start
$ open http://127.0.0.1:5000
```

### Heroku
### Heroku - The Old Way

```bash
$ export DEPLOY=production/staging/you
Expand All @@ -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.
Expand Down
24 changes: 24 additions & 0 deletions 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": ""
}
}

0 comments on commit a6af2ad

Please sign in to comment.