/line-hbd

Primary LanguageRuby

line-hbd

Heroku setup

  1. Create new app
  2. Installed add-on Heroku Redis
  3. Installed add-on Heroku Postgres
  4. Create Line Notify Token
  5. Config Variables
  • RAILS_ENV = production
  • REDIS_PROVIDER = REDIS_URL
  • LINE_NOTIFY_TOKEN = TOKEN of LINE Notify (e.g. 2XXKXXXKK6lI9XXXXkpqwnXXXLo4XDXX4gXXXZVCLJXX)
  • SIDEKIQ_USERNAME = <SET AS YOUR WISH> (for production)
  • SIDEKIQ_PASSWORD = <SET AS YOUR WISH> (for production)
  1. Connect to Github
  2. Deploy