Installation
Requirements
Compatibility with core CKAN versions:
| CKAN version | Compatible? |
|---|---|
| 2.9 | no |
| 2.10 | yes |
| 2.11 | yes |
| master | yes |
Installation
-
Install the extension from
PyPI:pip install ckanext-event-audit -
Enable the plugin in your CKAN configuration file (e.g.
ckan.iniorproduction.ini):ckan.plugins = ... event_audit ... -
Run DB migrations:
ckan db upgrade -p event_audit -
Configure the extension up to your needs and you're ready to go. See the documentation for more details about the configuration options.