gwu-libraries / gw-sufia

GWU Libraries Self-Deposit Prototype - based on Sufia 4
2 stars 1 forks source link

Set up ClamAV for antivirus checking of file uploads #13

Closed kerchner closed 10 years ago

kerchner commented 10 years ago

There is a ruby gem for ClamAV

mjgiarlo commented 10 years ago

Additional step that we shouldn't miss (and may be undocumented in Sufia): add this one line to config/initializers/clamav.rb:

ClamAV.instance.loaddb if defined? ClamAV
kilahimm commented 10 years ago

Completed by #58