Configure findface-facerouter to Use Plugins

Important

Be sure to change the Tarantool database structure prior, according to the processing directive in the plugin.

Important

The findface-facerouter component must be installed and configured.

To configure findface-facerouter to use plugins, do the following:

  1. Put a plugin into a directory of your choice. You can distribute a set of plugins across several directories.

  2. Open the findface-facerouter configuration file.

    sudo vi /etc/findface-facerouter.py
    

    Warning

    The findface-facerouter.py content must be correct Python code.

  3. Uncomment the plugins_dirs parameter and specify the comma-separated list of plugin directories.

    plugins_dirs                   = '/etc/findface/plugins/video, /etc/findface/plugins/html'
    
  4. Save the configuration file.