ckanext-lemr
Styling/theming changes for the LEMR open data portal on CKAN.
Features
Custom theme and styling for the Laboratory for Environmental Medical Research open data portal.
Installation
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/davidr-PA/ckanext-lemr.git
cd ckanext-lemr
pip install -e .
pip install -r requirements.txt
Add lemr to the ckan.plugins setting in your CKAN config file
Restart CKAN
Config Settings
None at present.
License
AGPL-3.0