Install
-
Enable the
doiandadmin_panel_doiextension in the CKAN configuration file (e.g.production.ini):ckan.plugins = ... ap_doi admin_panel_doi -
Create the DOI database table:
ckan -c production.ini doi initdb
Dependencies
The DOI feature requires the following dependencies to be installed and enabled:
ckanext-admin-panelpluginckanext-doipluginckanext-flakesplugin
Ensure, that you've installed the ckanext-admin-panel with the doi depdendencies, like this:
pip install -e '.[doi]'