okfn / ckanext-collaborators

User-level permissions for CKAN datasets for CKAN < 2.9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ckanext-collaborators

Build Status Coverage Status

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

Installation

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

Configuration

Once installed, add the collaborators plugin to the ckan.plugins configuration option on your INI file:

ckan.plugins = ... collaborators

About

User-level permissions for CKAN datasets for CKAN < 2.9

License:GNU Affero General Public License v3.0


Languages

Language:Python 90.4%Language:HTML 7.0%Language:Shell 2.6%