ckanext-crc1153
This is the CKAN extension for the project CRC (SFB) 1153. The extension includes plugins that are implemented specifically for CRC1153.
Requirements
Compatibility with core CKAN versions:
| CKAN version |
Compatible |
| 2.8 and earlier |
not tested |
| 2.9 |
Yes |
Plugins
- crc1153_layout: The CKAN layout customization plugin.
- crc1153_specific_metadata: Extending CKAN metadata schema to include CRC1153-specific metadata for datasets and data resources.
- crc1153_system_stats: The system stats (data resources count, formats, etc) for system admins.
- crc1153_dcat_profile: The CRC1153 DCAT profile extension based on the CRC-specific vocabulary.
- crc1153_search: Extending CKAN search to enable users to search for datasets and data resources based on CRC-specific metadata.
Installation
- Activate your CKAN virtual environment.
- Clone and install:
git clone git@github.com:TIBHannover/ckanext-crc1153.git
cd ckanext-crc1153
pip install -e .
pip install -r requirements.txt
- Add the needed plugin name(s) to ckan.ini.
- Run database migration if required.
- Restart CKAN.
Config Settings
ckanext.mediaWiki_credentials_path: Path to Semantic Media Wiki credentials file.
ckanext.apacheJena.endpoint: Apache Jena SPARQL endpoint URL.
License
AGPL-3.0