Difference between revisions of "SUNScholar/Curation"

From Libopedia
Jump to navigation Jump to search
Line 36: Line 36:
 
===Migration Tools===
 
===Migration Tools===
 
*https://github.com/DSpace/dspace-replicate
 
*https://github.com/DSpace/dspace-replicate
*https://github.com/kardeiz/digitool_to_dspace
 
*https://github.com/dforce2055/migration-greenstone-to-dspace
 
*https://github.com/trmurakami/scielotodspace
 
*https://github.com/dylanswartz/ExtensisToDSpace
 
*https://github.com/IntersectAustralia/dspacetobpress
 
 
*https://github.com/UIUCLibrary/bagit_ore_to_dspace
 
*https://github.com/UIUCLibrary/bagit_ore_to_dspace
 
*https://github.com/checkraiser/csv2dspace
 
*https://github.com/checkraiser/csv2dspace
Line 48: Line 43:
 
*https://github.com/gwu-libraries/bagsinspace
 
*https://github.com/gwu-libraries/bagsinspace
 
*https://github.com/unb-libraries/dspace_simple_archive_format_to_mods
 
*https://github.com/unb-libraries/dspace_simple_archive_format_to_mods
 +
====From Other system to DSpace====
 +
*https://github.com/kardeiz/digitool_to_dspace
 +
*https://github.com/dforce2055/migration-greenstone-to-dspace
 +
*https://github.com/trmurakami/scielotodspace
 +
*https://github.com/dylanswartz/ExtensisToDSpace
 +
====From DSpace to other system====
 +
*https://github.com/IntersectAustralia/dspacetobpress
 +
*https://github.com/pdxlibrary/ds2dc
  
 
==Anti-Virus Task==
 
==Anti-Virus Task==

Revision as of 11:57, 2 March 2015

Back to Customisation

Definition

Software

Possible Additions

Other Tools

Migration Tools

From Other system to DSpace

From DSpace to other system

Anti-Virus Task

Install the "clamav-daemon" software by typing as follows.

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 Editor Help
CTL+O = Save the file and then press Enter
CTL+X = Exit "nano"
CTL+K = Delete line
CTL+U = Undelete line
CTL+W = Search for %%string%%
CTL+\ = Search for %%string%% and replace with $$string$$
CTL+C = Show line numbers

More info = http://en.wikipedia.org/wiki/Nano_(text_editor)


Then restart the clamav daemon by typing as follows.

sudo /etc/init.d/clamav-daemon restart

References