.. 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:
Activate your CKAN virtual environment, for example::
. /usr/lib/ckan/default/bin/activate
Install the ckanext-ands Python package into your virtual environment::
pip install ckanext-ands
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).
Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu::
sudo servic