Extension Ezid


Extension Basics

Title
Ezid
Name
ckanext-ezid
Type
Public extension
Description
EZID external ID provider for the ckanext-external_id plugin
CKAN versions
Download-Url (zip)
Last commit
10 years ago (2015-11-13 04:08:33)
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Show details

.. image:: https://travis-ci.org/UoA-eResearch/ckanext-ezid.svg?branch=master :target: https://travis-ci.org/UoA-eResearch/ckanext-ezid

.. image:: https://coveralls.io/repos/UoA-eResearch/ckanext-ezid/badge.svg?branch=master&service=github :target: https://coveralls.io/github/UoA-eResearch/ckanext-ezid?branch=master

=============

ckanext-ezid

.. Put a description of your extension here: What does it do? What features does it have? Consider including some screenshots or embedding a video!

This extension provides an interface to EZID <http://ezid.cdlib.org/>_ for ckanext-external_id <https://github.com/UoA-eResearch/ckanext-external_id>_.


Installation

.. Add any additional install steps to the list below. For example installing any non-Python dependencies or adding any required config settings.

To install ckanext-ezid:

  1. Activate your CKAN virtual environment, for example::

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

  2. Install the ckanext-ezid Python package into your virtual environment::

    cd src git clone https://github.com/UoA-eResearch/ckanext-ezid.git cd ckanext-ezid python setup.py develop

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

  4. Set your EZID username, password and namespace with the keys ckanext.ezid.username, ckanext.ezid.password, ckanext.ezid.namespace in your CKAN config file

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

    sudo service apache2 reload

Version
Version release date
(not set)
Contact name
University of Auckland, Center for eResearch
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

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