Skip to content

Instantly share code, notes, and snippets.

View ccelestial's full-sized avatar

Tophs Celestial ccelestial

View GitHub Profile
@kirankarki
kirankarki / Deploying ActionCable
Created August 11, 2017 11:04
Deploying ActionCable
<< Deploying ActionCable >>
1. Install redis-server
> sudo apt-get install redis-server
2. Check redis-server is installed or not
> redi-server
3. Mount actioncable url in 'routes.rb'
> Add following line to 'routes.rb'