justicehub-in / JH-Infra

Infrastructure automation for Justice hub infrastructure
0 stars 2 forks source link

add ckanext-issues #8

Open curioswati opened 4 years ago

curioswati commented 4 years ago

add steps to install ckanext-dcat:

pip install -e git+https://github.com/ckan/ckanext-issues.git#egg=ckanext-issues

add the following plugin to the list of plugins

ckan.plugins = ..... issues

configuration options:

ckanext.issues.send_email_notifications = true
ckanext.issues.max_strikes = 2