ckan / ckanext-qa

CKAN QA Extension
MIT License
26 stars 52 forks source link

No rating stars in ckan 2.8 #67

Closed marcoingrosso closed 5 years ago

marcoingrosso commented 5 years ago

Dear contributors, I have ckan 2.8 with dcat and dcatapit plugins installed. I can archive using ckanext-archiver with job workers, but I have no rating star when I archive using qa with following command:

paster --plugin=ckanext-qa qa update --config=/etc/ckan/default/production.ini

Also no records in qa table.

Any suggestions please?

Thanks in advance, Marco

marcoingrosso commented 5 years ago

just resolved enabling job worker in this way:

paster --plugin=ckan jobs worker bulk --config=/etc/ckan/default/production.ini

Hope this helps, regards!