Versions Compared

Key

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

DSpace-API contains scripts JAVA that perform maintenance operation or batch manipulation of the platform content.

They can be executed from the installation folder /bin using the special dspace command

The dspace command accepts as parameter the name of the script to execute as configured in the config/launcher.xml file.

The following features are based on script that should be run periodically via CRONTAB

  • Bibliometrics, see

...

The above features are in addition to the DSpace

...

features

  • the e-mail subscription feature that alerts users of new items being deposited;

  • the 'media filter' tool, that generates thumbnails of images and extracts the full-text of documents for indexing;

  • the 'checksum checker' that tests the bitstreams in your repository for corruption;

  • the curation system queueing feature, which allows administrators to "queue" tasks (to run at a later time) from the Admin UI;

  • and the registration of DOIs using DataCite as registration agency.

that require periodic execution via CRONTAB, please be sure to review also the DSpace

...

dedicated documentation

...

page Scheduled Tasks via Cron