Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then you should add doi to the property event.dispatcher.default.consumers. After adding it, this property could may look like followingthis:

Code Block
title\[dspace\]/config/dspace.cfg
event.dispatcher.default.consumers = versioning, discovery, eperson, harvester, doi

...

To make DSpace resistant to outages of DataCite we decided to separate the DOI support in to parts. When a DOI should be generated, reserved or minted, DSpace does this in its own database. To reserver perform registration and/or register areservation against the DOI registration agency a job have to be started using the command line. The idea is, that this should be done periodically by a cron job. In this section we describe the command line interface, in case you ever want to use it manually. In the next section you'll see the cron job that transfers all DOIs that should be reserved and or registered at the DOI registration agency.

 

'cron' job for asynchronous reservation/registration

...