This extension adds the ability to assign roles on individual datasets to individual users, alongside the standard organization-based ones.
NOTE: Starting from CKAN 2.9, this feature is built-in into CKAN core
To install ckanext-collaborators, activate your CKAN virtualenv and run:
git clone https://github.com/okfn/ckanext-collaborators.git
cd ckanext-collaborators
python setup.py develop
Create the database tables running:
paster collaborators init-db -c ../path/to/ini/file
Once installed, add the collaborators
plugin to the ckan.plugins
configuration option on your INI file:
ckan.plugins = ... collaborators