From bb30308d66abc19d1188f01090d85595544925ed Mon Sep 17 00:00:00 2001 From: Marcelo Schmidt Date: Tue, 15 Dec 2015 14:45:58 -0200 Subject: [PATCH 1/3] New MAINTERRS --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 000000000000..2f212b17aa1f --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,10 @@ +engelgabriel +geekgonecrazy +gmsecrieru +graywolf336 +marceloschmidt +rcaferati +rodrigok +rwakida +sampaiodiego +Sing-Li From 23aeb614c47dd9ddb08683f392afb440e621bb6b Mon Sep 17 00:00:00 2001 From: Marcelo Schmidt Date: Tue, 15 Dec 2015 14:51:20 -0200 Subject: [PATCH 2/3] Configure LGTM approvals --- .lgtm | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .lgtm diff --git a/.lgtm b/.lgtm new file mode 100644 index 000000000000..3db37707374a --- /dev/null +++ b/.lgtm @@ -0,0 +1,2 @@ +approvals = 2 +pattern = "(?i)LGTM" From afcf1679da0bcfa76a32dab3dc8e264718b4859a Mon Sep 17 00:00:00 2001 From: bertrand jung Date: Mon, 14 Dec 2015 16:44:30 +0100 Subject: [PATCH 3/3] Add Scalingo Deploy button --- README.md | 12 ++++++++++++ scalingo.json | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100644 scalingo.json diff --git a/README.md b/README.md index 6f5ff72f957d..49f57ceeb00a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ The Ultimate Open Source WebChat Platform * [Desktop apps](#desktop-apps) * [Deployment](#deployment) * [Heroku](#heroku) + * [Scalingo](#scalingo) * [Sandstorm.io](#sandstormio) * [Sloppy.io](#sloppyio) * [Docker](#docker) @@ -68,6 +69,17 @@ Branch **develop** (Newer but unstable): [![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/RocketChat/Rocket.Chat/tree/develop) +## Scalingo +Deploy your own Rocket.Chat server instantly on [Scalingo](https://scalingo.com) + +Branch **master** (Latest stable version): + +[![Deploy on Scalingo](https://cdn.scalingo.com/deploy/button.svg)](https://my.scalingo.com/deploy?source=https://github.com/RocketChat/Rocket.Chat#master) + +Branch **develop** (Newer but unstable): + +[![Deploy on Scalingo](https://cdn.scalingo.com/deploy/button.svg)](https://my.scalingo.com/deploy?source=https://github.com/RocketChat/Rocket.Chat#develop) + ## Sandstorm.io [![Rocket.Chat on Sandstorm.io](https://raw.githubusercontent.com/Sing-Li/bbug/master/images/sandstorm.jpg)](https://apps.sandstorm.io/app/vfnwptfn02ty21w715snyyczw0nqxkv3jvawcah10c6z7hj1hnu0) diff --git a/scalingo.json b/scalingo.json new file mode 100644 index 000000000000..92ee06f04f67 --- /dev/null +++ b/scalingo.json @@ -0,0 +1,8 @@ +{ + "name": "Rocket.Chat", + "repository": "https://github.com/RocketChat/Rocket.Chat", + "description": "Have your own open-source Slack-like online chat, built with Meteor.", + "logo": "https://raw.githubusercontent.com/RocketChat/Rocket.Chat/master/public/images/logo/512x512.png?v=3", + "website": "https://rocket.chat", + "addons": ["scalingo-mongodb"] +}