Add Heroku one-click install button

This commit is contained in:
Frederic Guillot
2015-01-12 22:25:44 -05:00
parent 6d61d0e751
commit 46fd893bd6
4 changed files with 61 additions and 0 deletions

8
app.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "Kanboard",
"description": "Kanboard is a simple visual task board",
"repository": "https://github.com/fguillot/kanboard",
"logo": "http://kanboard.net/assets/img/icon.svg",
"keywords": ["kanboard", "kanban", "php", "agile"],
"addons": ["heroku-postgresql:hobby-dev"]
}