Difference between revisions of "SUNScholar/Curation"
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...") |
(→Step 1) |
||
| Line 2: | Line 2: | ||
Install the "clamav-daemon" software by typing as follows. | Install the "clamav-daemon" software by typing as follows. | ||
sudo apt-get install clamav-daemon | sudo apt-get install clamav-daemon | ||
| − | + | Open the clamav config file by typing as follows. | |
sudo nano /etc/clamav/clamd.conf | sudo nano /etc/clamav/clamd.conf | ||
Copy and paste the following to the bottom of the file | Copy and paste the following to the bottom of the file | ||
Revision as of 17:05, 26 November 2011
Step 1
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
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.
sudo /etc/init.d/clamav-daemon restart
Step 2
Enable the curation task as per the DSpace version 1.7.2 documentation.