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 --- README.md | 6 ++++-- app.json | 19 +++++++++++++++++++ meta/icons/wekan-150.png | Bin 0 -> 4323 bytes 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 app.json create mode 100644 meta/icons/wekan-150.png diff --git a/README.md b/README.md index de2846f9..fe25ef23 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,12 @@ and many more. Since it is a free software, you don’t have to trust us with your data and can install Wekan on your own computer or server. In fact we encourage you to do -that by providing one-click installation for the -[Sandstorm](https://sandstorm.io) platform and verified +that by providing one-click installation on Heroku or +[Sandstorm](https://sandstorm.io) platforms and verified [Docker](https://www.docker.com) images. +[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) + Wekan is released under the very permissive [MIT license](LICENSE), and made with [Meteor](https://www.meteor.com). 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" + ] +} diff --git a/meta/icons/wekan-150.png b/meta/icons/wekan-150.png new file mode 100644 index 00000000..baca8d9d Binary files /dev/null and b/meta/icons/wekan-150.png differ -- cgit v1.2.3-1-g7c22