-
Notifications
You must be signed in to change notification settings - Fork 3
Setup Clamav (Virus Scanning)
Brandon Spears edited this page Oct 19, 2018
·
1 revision
Note: This is only necessary if you need virus scanning, and remember to uncomment the clamav gem before commiting
- Make sure that you have Clamav installed
brew install clamav
- Go into the repository and uncomment the clamav gem in the Gemfile
gem 'clamav'
- Duplicate and rename the freshclam.conf.sample file
cp /usr/local/etc/clamav/freshclam.conf.sample /usr/local/etc/clamav/freshclam.conf
- Edit freshclam.conf and comment out the line that starts with Example
vim freshclam.conf
- Save the file
- Update your local virus definitions
freshclam