Install and Configure ClamAV - Intergraph Smart Completions - Intergraph Smart Completions Update 4 - Installation & Upgrade

Intergraph Smart Completions Installation

Language
English
Product
Intergraph Smart Completions
Search by Category
Installation & Upgrade
Smart Completions Version
6.0.4

What is ClamAV?

ClamAV is an open-source anti-virus toolkit that can be used to scan files for viruses and other malware. It is available for free download from the ClamAV website.

Download and Install

  1. Download the ClamAV MSI file from ClamAV website.

  2. Double-click the MSI file to install ClamAV.

  3. Select Run as Administrator.

  4. Follow the on-screen instructions to complete the installation.

Configuration

Configure ClamAV to start scanning files automatically.

  1. Open a PowerShell window in administrator mode.

  2. Navigate to the ClamAV installation directory.

  3. Run the following command:

    copy .\conf_examples\freshclam.conf.sample .\freshclam.conf

  4. Run the next command:

    copy .\conf_examples\clamd.conf.sample .\clamd.conf

  5. Open the freshclam.conf and clamd.conf files in a text editor.

  6. Delete the line that says "Example" from each file.

  7. Save the files and close the text editor.

  8. Run the following command to start the ClamAV service:

    .\clamd.exe --install

Deploying the ClamAV API Service

  1. Deploy the API application in an application server.

  2. Configure the API with the ClamAV Windows service in the appsettings file.

  3. Provide the ClamAV API details in the appsettings file in Smart API.

  4. Provide the ClamAV API details in the Config file in the SaaS application.