ckanext-crc1368
This is the CKAN extension for the project CRC (SFB) 1368. The extension includes plugins that are implemented specifically for CRC1368.
Requirements
Compatibility with core CKAN versions:
| CKAN version |
Compatible |
| 2.8 and earlier |
not tested |
| 2.9 |
Yes |
Plugins
- crc1368_layout: The CKAN layout customization plugin.
- crc1368_system_stats: The system stats (data resources count, formats, etc) for system admins.
Installation
Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
Clone and install:
git clone git@github.com:TIBHannover/ckanext-crc1368.git
cd ckanext-crc1368
pip install -e .
pip install -r requirements.txt
Add the needed plugin name(s) to ckan.ini.
Run database migration if required.
Restart CKAN:
sudo service supervisor reload
sudo service nginx reload
License
AGPL-3.0