Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: copied virus scanning on submission to its own subheader

...

Code Block
ui.tasknames = \
profileformats = Profile Bitstream Formats, \
requiredmetadata = Check for Required Metadata, \
vscan = Scan for Viruses
  • Wiki Markup
    In {{\[dspace\]/config/modules}}, edit configuration file clamav.cfg:
Code Block
service.host = 127.0.0.1
Change if not running on the same host as your DSpace installation.
service.port = 3310
Change if not using standard ClamAV port
socket.timeout = 120
Change if longer timeout needed
scan.failfast = false
Change only if items have large numbers of bitstreams
  • Wiki Markup
    Finally, if desired virus scanning can be enabled as part of the submission process upload file step. In {{\[dspace\]/config/modules}}, edit configuration file {{submission-curation.cfg}}:
Code Block
virus-scan = true

Task Operation from the

...

Administrative user interface

Curation tasks can be run against container and item dspace objects by e-persons with administrative privileges. A curation tab will appear in the administrative ui after logging into DSpace:

  1. Click on the curation tab.
  2. Select the option configured in ui.tasknames above.
  3. Select Perform.

Task Operation from the Item Submission user interface

Wiki Markup
If desired virus scanning can be enabled as part of the submission process upload file step. In {{\[dspace\]/config/modules}}, edit configuration file {{submission-curation.cfg}}:

Code Block

virus-scan = true

Task Operation from the curation command line client

...