Extension ckanext-noresource


Extension Basics

Title
ckanext-noresource
Name
ckanext-noresource
Type
Core extension
Description
With this ckan extension you can choose to add a dataset with or without a resoruce, it provides us with 3 settings that can be set by a sysadmin with pressing the added button on the admin header.
CKAN versions
Download-Url (zip)
Last commit
2 years ago (2023-05-26 14:04:23)
Url to repo
Category
(not set)


Background Infos

Description (long)
Show details

The settings are:

create dataset normaly(with resource),
create dataset without resource.
let the user choose at dataset creation.
Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

To install ckanext-noresource:

Activate your CKAN virtual environment, for example:

. /usr/lib/ckan/default/bin/activate

Clone the source and install it on the virtualenv

git clone git@github.com:keitaroinc/ckanext-noresource.git
cd ckanext-noresource
pip install -e .
pip install -r requirements.txt

Add noresource to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).

Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu:

sudo service apache2 reload

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