.. _installer: Install from Console Installer --------------------------------------------------------------------- To install FindFace Enterprise Server SDK in a standalone configuration, you can use a developer-friendly console installer. .. warning:: The installer cannot be used to update FindFace Enterprise Server SDK from version 2.3 or earlier. .. seealso:: * :ref:`install-server` * :ref:`vm` Do the following: #. Download the installer file ``.run``. #. Put the ``.run`` file into some directory on the designated host (for example, `/home/username`). #. From this directory, make the ``.run`` file executable. .. code:: chmod +x .run #. Execute the ``.run`` file. .. include:: _inclusions/ntech_user_warning.rst .. code:: sudo ./.run The installer will perform several automated checks to ensure that the host meets the system requirements. After that, the FindFace Enterprise Server SDK components will be automatically installed, configured and/or started in the following configuration: +--------------------------+------------------------------------------------------------------------------------------------------+ | Component | Details | +==========================+======================================================================================================+ | findface-facenapi | Installed and started with enabled and configured :ref:`dynamic person creation ` and | | | :ref:`“friend or foe” identification `. | +--------------------------+------------------------------------------------------------------------------------------------------+ | findface-server-tarantool| Installed and started with the number of tntapi shards: ``N = min(cores, RAM/2Gb)/2`` | | (tntapi) | | +--------------------------+------------------------------------------------------------------------------------------------------+ | findface-tarantool- | Installed. Before use, consult the :ref:`component documentation `. | | build-index | | +--------------------------+------------------------------------------------------------------------------------------------------+ | ffupload | Installed and started. | +--------------------------+------------------------------------------------------------------------------------------------------+ | fkvideo_detector | Only installed. Use the command line or FindFace Web UI to manually start it. Before use, | | | consult the :ref:`component documentation