ckanext-ifacets
This Plugin defines the facets of datasets, groups and organizations in the CKAN catalog of the APGC
Requirements
Compatibility with core CKAN versions: 2.9 and higher
Installation
To install ckanext-ifacets:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Clone the source and install it on the virtualenv:
git clone https://github.com/awi-response/ckanext-ifacets.git
cd ckanext-ifacets
pip install -e .
pip install -r requirements.txt
Add ifacets to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).
Restart CKAN.
Config settings
None at present
License
AGPL