Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Captive-Studio/refinerycms-dragonfly-delayed

Repository files navigation

Refinery CMS Dragonfly Delayed

Generate Images Thumbnails in background processing jobs

Requirements

Refinery CMS 4.x

Install

Open up your Gemfile and at the bottom, add this line:

gem 'refinerycms-dragonfly-delayed'

Now, run bundle install

Next, to install the blog plugin run:

rails generate refinery:dragonfly_delayed

Run database migrations:

rake db:migrate

Running Jobs

  • In your Procfile, add the following line to configure the worker process :
worker: rake jobs:work
  • Configure a worker process on your hosting environment