From 3934ee13f7e478177ec14e2d63169f486f51b26b Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Thu, 10 Sep 2015 17:21:06 +0200 Subject: Support Heroku one-click deploy Fixes #76 Closes #188 --- app.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app.json (limited to 'app.json') diff --git a/app.json b/app.json new file mode 100644 index 00000000..588530d5 --- /dev/null +++ b/app.json @@ -0,0 +1,19 @@ +{ + "name": "Wekan", + "description": "The open-source Trello-like kanban", + "repository": "https://github.com/wekan/wekan", + "logo": "https://raw.githubusercontent.com/wekan/wekan/heroku/meta/icons/wekan-150.png", + "keywords": ["productivity", "tool", "team", "kanban"], + "website": "http://wekan.io", + "env": { + "BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git", + "ROOT_URL": { + "description": "IMPORTANT! Please replace with the value provided on the top. This will be the full URL of your Rocket.Chat app.", + "value": "https://.herokuapp.com" + } + }, + "addons": [ + "mongolab", + "logentries" + ] +} -- cgit v1.2.3-1-g7c22