summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-01-12 22:25:44 -0500
committerFrederic Guillot <fred@kanboard.net>2015-01-12 22:25:44 -0500
commit46fd893bd6728031d5f4118f952bf6cce5017965 (patch)
tree0687f701cd35980395d653eb538810d6819a6883 /app.json
parent6d61d0e751e30e7cdbe4ed077a347e43272eef8b (diff)
Add Heroku one-click install button
Diffstat (limited to 'app.json')
-rw-r--r--app.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/app.json b/app.json
new file mode 100644
index 00000000..0a45bb41
--- /dev/null
+++ b/app.json
@@ -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"]
+} \ No newline at end of file