Service for harvesting resources from partners into a normalized database (for later publication)
set ELASTICSEARCH_URL set the ENV variables from database.yml.
You need to have mysql
, imagemagick@6
, and elasticsearch
installed and running for this codebase to work.
rake reset:full_with_all_harvests
If the migrations haven't changed, you can save a second or two and run:
rake reset:all_harvests
bin/delayed_job run
- The logs can get quite large over time. It is recommended you set up logrotate
on the host / hypervisor to clean out
log/*log
. There is a file in theconfig
folder calledlogrotate.conf.template
which you can customize.