ckanext-srilanka
c-Kang SL Open Data Portal Theme — CKAN theme for the Open Data Portal of the Ministry of Health Sri Lanka.
Features
- Custom homepage styling
- Breadcrumbs customization
- Password reset page styling
- Footer links customization
- Mobile optimization
- Font-awesome icons integration
- Latest datasets display on homepage
Requirements
Compatibility with core CKAN versions:
| CKAN version |
Compatible? |
| 2.9.7 |
yes |
| 2.10 |
not tested |
Requires companion CKAN CMS: https://github.com/zemantic/ckan-cms
Installation
To install ckanext-srilanka:
- 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/zemantic/ckanext-srilanka.git
cd ckanext-srilanka
pip install -e .
pip install -r requirements.txt
- Add
sldata_theme to the ckan.plugins setting in your CKAN config file.
- Restart CKAN.
Config settings
None at present.
License
AGPL-3.0