Skip to content

Install

  1. Enable the doi and admin_panel_doi extension in the CKAN configuration file (e.g. production.ini):

    ckan.plugins = ... ap_doi admin_panel_doi
    
  2. Create the DOI database table:

    ckan -c production.ini doi initdb
    

Dependencies

The DOI feature requires the following dependencies to be installed and enabled:

Ensure, that you've installed the ckanext-admin-panel with the doi depdendencies, like this: pip install -e '.[doi]'