Extension Ands


Extension Basics

Title
Ands
Name
ckanext-ands
Type
Public extension
Description
The **ANDS** extension for CKAN facilitates the integration of Australian National Data Service (AN
CKAN versions

~2.5.1

Show details

These CKAN Versions are exactely matched:

Download-Url (zip)
Last commit
9 years ago (2016-06-03 00:27:31)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

.. You should enable this project on travis-ci.org and coveralls.io to make these badges work. The necessary Travis and Coverage config files have been generated for you.

.. image:: https://travis-ci.org/Psykar/ckanext-ands.svg?branch=master :target: https://travis-ci.org/Psykar/ckanext-ands

.. image:: https://codecov.io/github/Psykar/ckanext-ands/badge.svg :target: https://codecov.io/github/Psykar/ckanext-ands

.. image:: https://img.shields.io/pypi/dm/ckanext-ands.svg :target: https://pypi.python.org/pypi/ckanext-ands/ :alt: Downloads

.. image:: https://img.shields.io/pypi/v/ckanext-ands.svg :target: https://pypi.python.org/pypi/ckanext-ands/ :alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/ckanext-ands.svg :target: https://pypi.python.org/pypi/ckanext-ands/ :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/status/ckanext-ands.svg :target: https://pypi.python.org/pypi/ckanext-ands/ :alt: Development Status

.. image:: https://img.shields.io/pypi/l/ckanext-ands.svg :target: https://pypi.python.org/pypi/ckanext-ands/ :alt: License

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

ckanext-ands

Allows submission of ANDS DOI requests for datasets.

Users can submit a DOI request which only sends an email to defined admins. Sysadmins can directly add a DOI to a dataset from the Dataset’s page via ANDS API.


Requirements

Tested with CKAN 2.5.1


Installation

To install ckanext-ands:

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

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

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

    pip install ckanext-ands

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

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

    sudo servic

Version
Version release date
(not set)
Contact name
Louis des Landes
Contakt email
(not set)
Contact Url


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
ands
CKAN Settings (ckan.ini)
# ckanext.ands.DOI_API_KEY = xxyyzz
# ckanext.ands.shared_secret = asdfasdf
# ckanext.ands.support_emails = example@test.com,example2@test.com
# ckanext.ands.publisher = 'A publisher'
# ckanext.ands.client_id = 123123
# ckanext.ands.debug_url = http://example.com
# ckanext.ands.doi_prefix = 10.5072/
# ckanext.ands.debug = False
DB migration to be executed
(not set)
<< back to Extensions