This extension includes the feature_image
plugin. The plugin ables system admins to upload a featured image with caption for the CKAN homepage.
Compatibility with core CKAN versions:
CKAN version | Compatible? |
---|---|
2.9 | Yes |
earlier | Not Tested |
To install ckanext-feature-image:
-
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/TIBHannover/ckanext-feature-image.git cd ckanext-feature-image pip install -r requirements.txt python setup.py develop
-
Add
feature_image
to theckan.plugins
setting in your CKAN config file (by default the config file is located at/etc/ckan/default/ckan.ini
). -
Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu:
sudo service apache2 reload