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:

  • ckanext-admin-panel plugin
  • ckanext-doi plugin
  • ckanext-flakes plugin