ckanext-collaborator_orgs
Extends collaborator functionality to user organizations, allowing organization members edit or read-only access to private datasets.
Requirements
| CKAN Version |
Compatible |
| 2.8 and earlier |
no |
| 2.9 |
yes |
Installation
Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
Clone the source and install:
git clone https://github.com/USEPA/ckanext-collaborator_orgs.git
cd ckanext-collaborator_orgs
pip install -e .
pip install -r requirements.txt
Add collaborator_orgs to the ckan.plugins setting in your CKAN config file.
Create necessary database tables:
ckan -c /etc/ckan/default/ckan.ini collaborator-orgs init-db
Restart CKAN.
Disclaimer
The United States Environmental Protection Agency (EPA) GitHub project code is provided on an “as is” basis.