...
Code Block |
---|
sudo dnf install redis sudo service redis start |
Start the resque scheduler and worker
Code Block |
---|
BACKGROUND=yes bundle exec rake environmentRAILS_ENV=development resque:scheduler BACKGROUND=yes QUEUE=* bundle exec rake RAILS_ENV=development resque:work |
make sure avalon.yml streaming content_path is set
...