codeformuenster/slackin-docker

Name: slackin-docker

Owner: codeformuenster

Description: Slackin Dockerfile

Created: 2015-01-28 19:59:12.0

Updated: 2017-05-15 08:26:55.0

Pushed: 2016-10-22 20:42:56.0

Homepage: null

Size: 8

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Slackin Dockerfile

This will build and run Slackin in a Docker container.

You will need
Run from Dockerhub

docker run --name myslackin -e SLACK_ORG=myOrg -e SLACK_TOKEN=mySlackWebApiToken -d chk1/slackin

Run from Github

Clone this repo, put your Slack organization name and API key in the docker-compose.yml, then run:

docker-compose up

It will take a minute to build, then you should see output like the following:

kin_1 | Wed Jan 28 2015 20:33:13 GMT+0000 (UTC) ? online 5, total 10 (+1163ms)
kin_1 | Wed Jan 28 2015 20:33:14 GMT+0000 (UTC) ? fetching

You should then be able to reach the webinterface at localhost:3000.

If you are seeing errors similar to “invalid response from Slack” (along with some debugging information like at SlackData.onres (/usr/local/lib/node_modules/slackin/node/slack.js:87:22) ... at _stream_readable.js:944:16), then your API key and/or organization name are wrong.

License

MIT License


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.