FPierre / dot_api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Ruby 80.7%Language:HTML 18.3%Language:CSS 0.9%Language:JavaScript 0.1%