ckanext-wikidata
Requirements
Compatibility with core CKAN versions:
| CKAN version |
Compatible? |
| 2.6 and earlier |
not tested |
| 2.7 |
not tested |
| 2.8 |
not tested |
| 2.9 |
YES |
Installation
To install ckanext-wikidata:
- Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
- Clone the source and install it on the virtualenv:
git clone https://github.com/TIB/ckanext-wikidata.git
cd ckanext-wikidata
pip install -e .
pip install -r requirements.txt
- Add
wikidata to the ckan.plugins setting in your CKAN config file.
- Restart CKAN.
Config settings
None at present.
Developer installation
To install ckanext-wikidata for development:
git clone https://github.com/TIB/ckanext-wikidata.git
cd ckanext-wikidata
python setup.py develop
pip install -r dev-requirements.txt
Tests
To run the tests:
pytest --ckan-ini=test.ini
License
AGPL