i want add extension found in giuhub (https://github.com/ckan/ckanext-pages) ckan deployment (i've installed package deployment of ckan)
can instruct me how install extension ?
thanks arik
check documentation installing extensions.
it boils down these commands:
. /usr/lib/ckan/default/bin/activate # activate virtualenv cd /usr/lib/ckan/default/src/ckanext-pages python setup.py develop
then need add pages
ckan.plugins
in ini file:
ckan.plugins = stats text_view recline_view pages
Comments
Post a Comment