Difference between revisions of "SUNScholar/Curation"

From Libopedia
Jump to navigation Jump to search
 
(94 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
  '''[[SUNScholar/Customisation|Back to Customisation]]'''
 
  '''[[SUNScholar/Customisation|Back to Customisation]]'''
 
</center>
 
</center>
 +
==Introduction==
 +
As of release 1.7, DSpace supports running curation tasks.
  
Install the "clamav-daemon" software by typing as follows.
+
DSpace includes several useful tasks out-of-the-box, but the system is also designed to allow new tasks to be added between releases, both general purpose tasks that come from the community, and locally written and deployed tasks.
sudo apt-get install clamav-daemon
 
Open the clamav config file by typing as follows.
 
sudo nano /etc/clamav/clamd.conf
 
Copy and paste the following to the bottom of the file
 
TCPAddr 127.0.0.1
 
TCPSocket 3310
 
{{NANO}}
 
 
 
Then restart the clamav daemon by typing as follows.
 
sudo /etc/init.d/clamav-daemon restart
 
  
 
==Definition==
 
==Definition==
 
*http://en.wikipedia.org/wiki/Digital_curation
 
*http://en.wikipedia.org/wiki/Digital_curation
 +
==[[SUNScholar/Curation/Virus Scan|Virus Scan]]==
 +
 +
==[[SUNScholar/Curation/PDF Cover Page|PDF Cover Page]]==
 +
 +
==[[SUNScholar/Curation/Repository|Repository Of Tasks]]==
  
==Software==
+
==Bitcurator Software==
 
*http://www.bitcurator.net
 
*http://www.bitcurator.net
  
 
==References==
 
==References==
 +
*https://wiki.duraspace.org/display/DSDOC5x/Curation+System
 
*https://wiki.duraspace.org/display/DSDOC4x/Curation+System
 
*https://wiki.duraspace.org/display/DSDOC4x/Curation+System
 
*https://wiki.duraspace.org/display/DSDOC3x/Curation+System
 
*https://wiki.duraspace.org/display/DSDOC3x/Curation+System
*https://wiki.duraspace.org/display/DSDOC18/Curation+System
+
----
 +
*https://github.com/DSpace-Labs/ctask
 +
*https://github.com/DSpace/DSpace/tree/dspace-5.2/dspace-api/src/main/java/org/dspace/curate
 +
[[Category:Customisation]]

Latest revision as of 15:53, 29 May 2016

Back to Customisation

Introduction

As of release 1.7, DSpace supports running curation tasks.

DSpace includes several useful tasks out-of-the-box, but the system is also designed to allow new tasks to be added between releases, both general purpose tasks that come from the community, and locally written and deployed tasks.

Definition

Virus Scan

PDF Cover Page

Repository Of Tasks

Bitcurator Software

References