GitHunt
PH

phildionne/dialog-worker

Dialog Worker

Dependencies

Getting started

$ bundle install

Copy default environment variables and configure in .env.local:

$ cp .env.default .env.local && $EDITOR .env.local

Production

Set REDIS_URL and RAILS_ENV.

$ sidekiq -r ./workers.rb -q default -c 10

Development & test

Will start a redis server and a sidekiq process.

$ foreman start

Languages

Ruby100.0%

Contributors

Created August 3, 2016
Updated October 21, 2025
phildionne/dialog-worker | GitHunt