
ckanext-knowledgehub
This is the main repo for the Knowledge Hub on Displaced Populations in the MENA Region. All of the CKAN customizations are added in this extension.
Table of contents
Getting started
Requirements
This extension requires CKAN 2.8.x version.
Additional Requirements
Installation
To install ckanext-knowledgehub:
- Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
- Install the ckanext-knowdledgehub Python package into your virtual environment:
pip install ckanext-knowledgehub
- Initialize the tables:
knowledgehub -c /etc/ckan/default/production.ini db init
Add knowledgehub to the ckan.plugins setting in your CKAN
config file (by default the config file is located at
/etc/ckan/default/production.ini).
Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubunt