ckanext-feature-image
This extension includes the feature_image plugin. The plugin ables system admins to upload a featured image with caption for the CKAN homepage.
Screenshots


Requirements
Compatibility with core CKAN versions:
| CKAN version |
Compatible? |
| 2.9 |
Yes |
| earlier |
Not Tested | |
Installation
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 the ckan.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