From b11ab716a95d479548476492ba79be284614e02d Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Tue, 15 Aug 2017 12:00:28 -0700 Subject: [PATCH] Add self-hosting instructions --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 8e0b0753..c48c5229 100644 --- a/readme.md +++ b/readme.md @@ -24,6 +24,12 @@ Other platforms: - [OpenShift](https://github.com/rauchg/slackin/wiki/OpenShift) - [IBM Bluemix](https://bluemix.net/deploy?repository=https://github.com/rauchg/slackin) +To host Slackin yourself, install it via npm and launch it on your server: +``` +$ npm install -g slackin +$ slackin "your-team-id" "your-slack-token" +``` + ### Tips Your team id is what you use to access your login page on Slack (eg: https://**{this}**.slack.com).