From 46fd893bd6728031d5f4118f952bf6cce5017965 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 12 Jan 2015 22:25:44 -0500 Subject: Add Heroku one-click install button --- app.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app.json (limited to 'app.json') 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 -- cgit v1.2.3