Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 421 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 421 Bytes

DotApi

Getting started

Run Web server:

$ bundle exec puma -e production -C config/puma_web.rb -d

Run Websocket server:

Redis must be started.

$ ./bin/cable

Sidekiq must be started (and must have the right environment):

$ bundle exec sidekiq -d -e production

ruby twitter_daemon.rb start

Config ActionCable : Rails.configuration.action_cable

whenever --update-crontab