summaryrefslogtreecommitdiffstats
path: root/app.json
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-09-10 17:21:06 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-09-10 18:07:33 +0200
commit3934ee13f7e478177ec14e2d63169f486f51b26b (patch)
treeeac48313bc65eb8a7cc2c78f1a6be17e77a5e4da /app.json
parentc81005cb7669de1a52f913c13f0cee0dbffc9225 (diff)
downloadwekan-3934ee13f7e478177ec14e2d63169f486f51b26b.tar.gz
wekan-3934ee13f7e478177ec14e2d63169f486f51b26b.tar.bz2
wekan-3934ee13f7e478177ec14e2d63169f486f51b26b.zip
Support Heroku one-click deploy
Fixes #76 Closes #188
Diffstat (limited to 'app.json')
-rw-r--r--app.json19
1 files changed, 19 insertions, 0 deletions
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 <App Name> with the value provided on the top. This will be the full URL of your Rocket.Chat app.",
+ "value": "https://<App Name>.herokuapp.com"
+ }
+ },
+ "addons": [
+ "mongolab",
+ "logentries"
+ ]
+}