Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

heroku buildpack that configures clamav and does an initial refresh

License

Notifications You must be signed in to change notification settings

riskmethods/heroku-buildpack-clamav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

heroku-buildpack-clamav

A heroku buildpack for setting up a clamd daemon.

Usage

  1. Add heroku buildpack apt: heroku buildpacks:add --index 1 heroku-community/apt
  2. Add Aptfile in root directory with content clamav clamav-daemon clamav-freshclam
  3. Add this buildpack in app.json: { "url": "https://github.com/riskmethods/heroku-buildpack-clamav" }
  4. Change Procfile worker line to this: worker: bin/start-clamd bundle exec sidekiq

About

heroku buildpack that configures clamav and does an initial refresh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%