summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-12-16 20:02:28 +0100
committerMaxime Quandalle <maxime@quandalle.com>2015-12-16 20:02:28 +0100
commit15245a9055feef9c45d14931db9d46e16b699258 (patch)
tree79efac5bf463c3a4616563bb424646a6214eaed0
parent677e9937e0c1872bfe4ec5ce87bf2a8ca99febe1 (diff)
parent06eff61f99951ea055c40dfc0d43d783eed4ad53 (diff)
downloadwekan-15245a9055feef9c45d14931db9d46e16b699258.tar.gz
wekan-15245a9055feef9c45d14931db9d46e16b699258.tar.bz2
wekan-15245a9055feef9c45d14931db9d46e16b699258.zip
Merge pull request #439 from Zyko0/devel
One click deploy to Scalingo
-rw-r--r--README.md4
-rw-r--r--scalingo.json8
2 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index a4dda6df..82927a72 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ that by providing one-click installation on Heroku or [Sandstorm]
[![Deploy][heroku_button]][heroku_deploy]
+[![Deploy to Scalingo][scalingo_button]][scalingo_deploy]
+
Wekan is released under the very permissive [MIT license](LICENSE), and made
with [Meteor](https://www.meteor.com).
@@ -36,3 +38,5 @@ with [Meteor](https://www.meteor.com).
[docker_image]: https://hub.docker.com/r/mquandalle/wekan/
[heroku_button]: https://www.herokucdn.com/deploy/button.png
[heroku_deploy]: https://heroku.com/deploy?template=https://github.com/wekan/wekan/tree/master
+[scalingo_button]: https://cdn.scalingo.com/deploy/button.svg
+[scalingo_deploy]: https://my.scalingo.com/deploy?source=https://github.com/wekan/wekan#devel \ No newline at end of file
diff --git a/scalingo.json b/scalingo.json
new file mode 100644
index 00000000..57acbacc
--- /dev/null
+++ b/scalingo.json
@@ -0,0 +1,8 @@
+{
+ "name": "wekan",
+ "description": "The open-source Trello-like kanban (build with Meteor)",
+ "repository": "https://github.com/wekan/wekan/",
+ "logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png",
+ "website": "https://wekan.io",
+ "addons": ["scalingo-mongodb"]
+}