Extension Dsactions


Extension Basics

Title
Dsactions
Name
ckanext-dsactions
Type
Public extension
Description
The `ckanext-dsactions` extension enhances CKAN by adding an "Actions" tab on a dataset's view page
CKAN versions
Download-Url (zip)
Last commit
10 years ago (2015-09-02 22:01:32)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

ckanext-dsactions

Adds an ‘Actions’ tab when you view a dataset (as a user with editing permission for the dataset). The Actions tab contains the clone feature and can easily be extended to include other things to ‘action’ against a dataset.

Install

cd /usr/lib/ckan/default/src/

git clone https://github.com/XVTSolutions/ckanext-dsactions

python ckanext-dsactions/setup.py develop

Add dsactions to your .ini file

When paster serve (or apache) runs this.

Export

Can export the entire db with the following command:

paster --plugin=ckanext-dsactions export -c /etc/ckan/default/development.ini

Version
1.0
Version release date
2014-05-05
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
dsactions
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions