ckanext-spark
A CKAN extension to provide the Spark! Theme for Boston University’s open data portal.
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-spark:
- 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/BU-Spark/ckanext-spark.git
cd ckanext-spark
pip install -e .
pip install -r requirements.txt
- Add
spark to the ckan.plugins setting in your CKAN config file.
- Restart CKAN.
Config settings
None at present.
Developer installation
git clone https://github.com/BU-Spark/ckanext-spark.git
cd ckanext-spark
python setup.py develop
pip install -r dev-requirements.txt
Tests
pytest --ckan-ini=test.ini
License
AGPL-3.0