Additional findface-video-worker deployment on remote hosts

To install only the findface-video-worker service, do the following:

Tip

Before deployment, be sure to consult the system requirements.

  1. Download the installer file findface-security-2.0.0-server-3.0.0.run.

  2. Put the .run file into some directory on the designated host (for example, /home/username).

  3. From this directory, make the .run file executable.

    chmod +x findface-security-2.0.0-server-3.0.0.run
    
  4. Execute the .run file.

    sudo ./findface-security-2.0.0-server-3.0.0.run
    

    The installer will ask you a few questions and perform several automated checks to ensure that the host meets the system requirements. Fill out the prompts appropriately once requested. The questions are the following:

    1. Product to install: FindFace Video Worker.
    2. Type of findface-video-worker package: CPU or GPU.
    3. IP address of the ffsecurity host.

    After that, the installation process will automatically begin.

    Note

    The answers will be saved to a file /tmp/<findface-installer-*>.json. You can edit this file and use it to install FindFace Security on other hosts without having to answer the questions again.

Note

If you chose to install findface-ntls and/or findface-video-manager on different hosts than that with ffsecurity, specify their IP addresses in the /etc/findface-video-worker.ini configuration file after the installation.

sudo vi /etc/findface-video-worker.ini

In the ntls-addr parameter, specify the findface-ntls host IP address.

ntls-addr=127.0.0.1:3133

In the mgr-static parameter, specify the findface-videomanager-api host IP address, which provides findface-video-worker with settings and the video stream list.

mgr-static=127.0.0.1:18811

Tip

To automatically install findface-video-worker on another host without answering the installation questions, use the /tmp/<findface-installer-*>.json file. Execute:

sudo ./findface-security-2.0.0-server-3.0.0.run -f /tmp/<findface-installer-*>.json

You can find an example of the installation file in Installation File.