Difference between revisions of "SUNScholar/Curation"

From Libopedia
Jump to navigation Jump to search
(Created page with "==Step 1== Install the "clamav-daemon" software by typing as follows. sudo apt-get install clamav-daemon Then add the following to the bottom of the clamav config file by typing...")
 
 
(109 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Step 1==
+
<center>
Install the "clamav-daemon" software by typing as follows.
+
  '''[[SUNScholar/Customisation|Back to Customisation]]'''
  sudo apt-get install clamav-daemon
+
</center>
Then add the following to the bottom of the clamav config file by typing as follows.
+
==Introduction==
sudo nano /etc/clamav/clamd.conf
+
As of release 1.7, DSpace supports running curation tasks.
Copy and paste the following to the bottom of the file
 
TCPAddr 127.0.0.1
 
TCPSocket 3310
 
Type '''CLT-O" to save the file and then '''CTL-X''' to quit the nano editor.
 
  
Then restart the clamav daemon 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 /etc/init.d/clamav-daemon restart
 
  
==Step 2==
+
==Definition==
Enable the curation task as per the DSpace version 1.7.2 documentation.
+
*http://en.wikipedia.org/wiki/Digital_curation
* http://www.dspace.org/1_7_1Documentation/Curation%20System.html
+
==[[SUNScholar/Curation/Virus Scan|Virus Scan]]==
 +
 
 +
==[[SUNScholar/Curation/PDF Cover Page|PDF Cover Page]]==
 +
 
 +
==[[SUNScholar/Curation/Repository|Repository Of Tasks]]==
 +
 
 +
==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://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