Installation
This page describes installation of the theme to your own ckan website
Download a zip file of the theme or clone the repo from https://github.com/aliwaqas333/ckanext-kpodp_theme.git
copy the zip file to
/usr/lib/ckan/default/src
open ckan configuration file, development.ini or production.ini and add kpodp_theme in ckan.plugins, so that your line should look like
ckan.plugins=plugin1 plugin2 kpodp_theme
cd
/usr/lib/ckan/default/src
run
python setup.py install
After this has completed successfully, add
kpodp_theme
to ckan.plugins in ckan configuration file.
Last updated
Was this helpful?