Skip to content

rootlyhq/heroku-buildpack-clamav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

heroku-buildpack-clamav

A heroku buildpack for setting up ClamAv

Usage

  1. Add the following buildpacks to your heroku app:
  • https://github.com/heroku/heroku-buildpack-apt
  • https://github.com/GugahBrz/heroku-buildpack-clamav
  1. Add an Aptfile in your project root with the following dependences:
  • clamav
  • clamav-daemon
  • clamav-freshclam
  1. Setup your clamd.conf and freshclam.conf files in the config/clamav directory
  2. Trigger a new deployment and that’s it.

About

A heroku buildpack for setting up clamav

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%