ckanext-system-stats
Get the CKAN statistics and provide it for system admins.
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 |
not tested |
Installation
To install ckanext-system-stats:
1. Activate your CKAN virtual environment
2. Clone the source and install it on the virtualenv:
git clone https://github.com/TIBHannover/ckanext-system-stats.git
cd ckanext-system-stats
pip install -e .
pip install -r requirements.txt
3. Add system_stats to the ckan.plugins setting
4. Restart CKAN
Config Settings
None at present.
Developer Installation
git clone https://github.com/TIBHannover/ckanext-system-stats.git
cd ckanext-system-stats
python setup.py develop
pip install -r dev-requirements.txt
Tests
pytest --ckan-ini=test.ini
License
AGPL-3.0