shaunburdick / slack-ooo

Out of Office bot for Slack
Other
71 stars 28 forks source link

How to deploy it to Heroku? #10

Closed alexbagirov closed 9 years ago

shaunburdick commented 9 years ago

I haven't really looked into Heroku that much, but based on the documentation It appears you could:

You don't really need to worry about copying the config.js as you can define your config in the environment variables.

alexbagirov commented 9 years ago

Ok, so if I'm not going to use Heroku then how can I deploy it to VPS on Ubuntu?

shaunburdick commented 9 years ago

Welp, you can checkout the install section on the README.md If you are using Ubuntu 14.04, you can install docker and run it inside that via

docker run -it \
-e SLACK_TOKEN=xobo-blarty-blar-blar \
shaunburdick/slack-ooo:latest