Difference between revisions of "SUNScholar/Curation"

From Libopedia
Jump to navigation Jump to search
 
(100 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{SUNScholar}}
+
<center>
 +
'''[[SUNScholar/Customisation|Back to Customisation]]'''
 +
</center>
 +
==Introduction==
 +
As of release 1.7, DSpace supports running curation tasks.
  
{{WARNING}}
+
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.
  
==Step 1==
+
==Definition==
Install the "clamav-daemon" software by typing as follows.
+
*http://en.wikipedia.org/wiki/Digital_curation
sudo apt-get install clamav-daemon
+
==[[SUNScholar/Curation/Virus Scan|Virus Scan]]==
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.
+
==[[SUNScholar/Curation/PDF Cover Page|PDF Cover Page]]==
sudo /etc/init.d/clamav-daemon restart
 
  
==Step 2==
+
==[[SUNScholar/Curation/Repository|Repository Of Tasks]]==
Enable the curation task as per the DSpace documentation.
+
 
 +
==Bitcurator Software==
 +
*http://www.bitcurator.net
 +
 
 +
==References==
 +
*https://wiki.duraspace.org/display/DSDOC5x/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
'''[[SUNScholar/Customisation|Back to Customisation]]'''
+
*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