/timeliner-app

Primary LanguageCoffeeScript

prepare

  • vim docker-compose.yml
    • add your slack token in Line.4
    HUBOT_SLACK_TOKEN={**PUT_YOUR_SLACK_TOKEN_HERE**}
    
  • default posting channels (edit below if you need)
    • SLACK_TIMELINE_CHANNEL=timeline
    • SLACK_TIMELINE_RANKING_CHANNEL=general

run

  • docker-compose up
    • add -d option to run background.
    • maybe occur below error. don't get panic.

troubleshoot