A Custom CKAN extension for fcscopendata data portal.
Compatibility with core CKAN versions:
CKAN version | Compatible? |
---|---|
2.9 | tested |
To install ckanext-fcscopendata:
-
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
-
Clone the source and install it on the virtualenv
git clone https://github.com/obanlatomiwa/ckanext-fcscopendata.git cd ckanext-fcscopendata pip install -e . pip install -r requirements.txt
-
Add
fcscopendata
to theckan.plugins
setting in your CKAN config file (by default the config file is located at/etc/ckan/default/ckan.ini
). -
You need to initialize database from command line with the following commands:
ckan -c /etc/ckan/default/ckan.ini fcsc initdb
-
Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu: sudo service apache2 reload
To add Fcsc cms admin link
CKANEXT__FCSC__CMS = https://cms.fcsc.production.datopian.com/ghost