1. Installation
1.1. Prerequisites
Make sure you have followed the instructions in our manual to add our package repository.
1.2. Distributions
1.2.1. Ubuntu
To install the .deb package use the following commands.
$ apt-get update
$ apt-get install savdid
1.2.2. RHEL
To install the .rpm package use the following commands.
$ yum install savdid
1.3. Startup
When the initial configuration is in place and you have ran the shell script to update the virus definitions at least once, the program can be started with:
$ sudo systemctl start savdid
1.4. Docker & K8s
For instructions on how to build a container image of the program as well as deploying it on K8s (Kubernetes), see our halon-docker GitHub repository.