/heroku-buildpack-clamav

heroku buildpack that configures clamav and does an initial refresh

Primary LanguageShellMIT LicenseMIT

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