Difference between revisions of "SUNScholar/Curation"
Jump to navigation
Jump to search
m (→Other Tools) |
m (→Other Tools) |
||
| Line 19: | Line 19: | ||
*https://github.com/royopa/dspace-utils | *https://github.com/royopa/dspace-utils | ||
*https://github.com/quartsize/dspace-tools | *https://github.com/quartsize/dspace-tools | ||
| − | |||
*https://github.com/Georgetown-University-Libraries/DSpaceQCTools | *https://github.com/Georgetown-University-Libraries/DSpaceQCTools | ||
*https://github.com/Georgetown-University-Libraries/batch-tools | *https://github.com/Georgetown-University-Libraries/batch-tools | ||
| − | |||
*https://github.com/lightonphiri/dspace-benchmarks | *https://github.com/lightonphiri/dspace-benchmarks | ||
*https://github.com/CottageLabs/DSpaceResourceSync | *https://github.com/CottageLabs/DSpaceResourceSync | ||
| Line 31: | Line 29: | ||
*https://github.com/tcauyeung/LOCKSS-DSpace-Plugin | *https://github.com/tcauyeung/LOCKSS-DSpace-Plugin | ||
*https://github.com/UIUCLibrary/dspace_amqp_server | *https://github.com/UIUCLibrary/dspace_amqp_server | ||
| + | |||
| + | ===Migration Tools=== | ||
| + | *https://github.com/DSpace/dspace-replicate | ||
| + | *https://github.com/dylanswartz/ExtensisToDSpace | ||
| + | *https://github.com/IntersectAustralia/dspacetobpress | ||
==Anti-Virus Task== | ==Anti-Virus Task== | ||
Revision as of 11:30, 2 March 2015
Back to Customisation
Contents
Definition
Software
Possible Additions
- https://github.com/kshepherd/Curation
- https://github.com/richardrodgers/ctask
- https://github.com/lconz-irr/Curation-Tasks
Other Tools
- https://github.com/mbl-cli/DspaceTools
- https://github.com/ottenhoff/dspace-utils
- https://github.com/royopa/dspace-utils
- https://github.com/quartsize/dspace-tools
- https://github.com/Georgetown-University-Libraries/DSpaceQCTools
- https://github.com/Georgetown-University-Libraries/batch-tools
- https://github.com/lightonphiri/dspace-benchmarks
- https://github.com/CottageLabs/DSpaceResourceSync
- https://github.com/UIUCLibrary/bagit_ore_to_dspace
- https://github.com/osulibraries/DSpace-Fieldset-Generator
- https://github.com/grantj-re3/FlindersDSpace-misc
- https://github.com/tutukin/DSpace-Item-Comments
- https://github.com/tcauyeung/LOCKSS-DSpace-Plugin
- https://github.com/UIUCLibrary/dspace_amqp_server
Migration Tools
- https://github.com/DSpace/dspace-replicate
- https://github.com/dylanswartz/ExtensisToDSpace
- https://github.com/IntersectAustralia/dspacetobpress
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