Template CKAN implémentant le Système de Design de l'État.
To install ckanext-theme-design-system-fr:
-
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//ckanext-theme-design-system-fr.git
cd ckanext-theme-design-system-fr
pip install -e .-
Add
theme_design_system_frto theckan.pluginssetting in your CKAN config file (by default the config file is located at/etc/ckan/default/ckan.ini). -
Restart CKAN.
To install ckanext-theme-design-system-fr for development, activate your CKAN virtualenv and do:
git clone https://github.com//ckanext-theme-design-system-fr.git
cd ckanext-theme-design-system-fr
python setup.py develop
pip install -r dev-requirements.txt
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 |