Skip to content

infiniteloop-youth/togelack

 
 

Repository files navigation

Togelack

Deploy

Slack Summary Service (like togetter).

How to deploy

env

requirement

  • RAILS_ENV
    • "production"
  • MONGOID_ENV
    • "production"
  • SLACK_TOKEN
    • ex. xoxp-1234567-12345-...
  • SLACK_CLIENT_ID
    • App client ID (ex. 1234567)
  • SLACK_CLIENT_SECRET
    • App client secret (ex. abcdef12345)
  • SLACK_TEAM_ID
    • ex. T1234567
  • SLACK_TEAM_NAME
    • ex. toripota
  • MONGO_URL
    • database url(ex. localhost:27017)

optional

  • SLACK_CHANNEL
    • notify slack channel (ex. general)
  • SLACK_ICON
    • notify slack icon (ex. 😄 or http://〜)
  • REDIS_URL
    • use redis cache (ex. redis://localhost)
  • PRIVATE_MODE
    • need slack login (ex. true or false)

LICENSE

MIT

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 58.5%
  • HTML 24.6%
  • JavaScript 9.3%
  • CSS 7.4%
  • Dockerfile 0.2%