From 7abfa261c52240ae57d1cc7f5cc0c336eb7af546 Mon Sep 17 00:00:00 2001 From: Evgenii Alekseev Date: Thu, 31 Oct 2024 02:29:20 +0200 Subject: [PATCH] docs update --- docs/faq/distributed.rst | 6 ++++++ docs/faq/maintenance-packages.rst | 6 ++++++ docs/faq/web.rst | 4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/faq/distributed.rst b/docs/faq/distributed.rst index 710669ce..95dbad70 100644 --- a/docs/faq/distributed.rst +++ b/docs/faq/distributed.rst @@ -311,6 +311,12 @@ Automatic worker nodes discovery Instead of setting ``${build:workers}`` option explicitly it is also possible to configure services to load worker list dynamically. To do so, the ``ahriman.core.distributed.WorkerLoaderTrigger`` and ``ahriman.core.distributed.WorkerTrigger`` must be used for **master** and **worker** nodes respectively. See recipes for more details. +Those triggers have to be installed as a separate package: + +.. code-block:: shell + + yay -S ahriman-triggers + Known limitations """"""""""""""""" diff --git a/docs/faq/maintenance-packages.rst b/docs/faq/maintenance-packages.rst index 01259fb4..56024731 100644 --- a/docs/faq/maintenance-packages.rst +++ b/docs/faq/maintenance-packages.rst @@ -1,6 +1,12 @@ Maintenance packages -------------------- +Those features require extensions package to be installed before, e.g.: + +.. code-block:: shell + + yay -S ahriman-triggers + Generate keyring package ^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/faq/web.rst b/docs/faq/web.rst index eb385db2..d1c08be7 100644 --- a/docs/faq/web.rst +++ b/docs/faq/web.rst @@ -5,11 +5,11 @@ How to setup web service ^^^^^^^^^^^^^^^^^^^^^^^^ #. - Install dependencies: + Install web service: .. code-block:: shell - yay -S --asdeps python-aiohttp python-aiohttp-jinja2 python-aiohttp-apispec>=3.0.0 python-aiohttp-cors + yay -S -ahriman-web #. Configure service: