From 0d54b497aa2a968cb6a90cc3c57426cf8fe9fb28 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 1 Jul 2021 11:19:24 -0400 Subject: [PATCH] Clarif & Cleanup of 3-base-server/README.rst --- roles/3-base-server/README.rst | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/roles/3-base-server/README.rst b/roles/3-base-server/README.rst index 5b72e8e0c..2711231eb 100644 --- a/roles/3-base-server/README.rst +++ b/roles/3-base-server/README.rst @@ -4,14 +4,12 @@ This 3rd stage installs base server infra that Internet-in-a-Box requires, including: -- MySQL (database underlying many/most user-facing apps) -- `NGINX `_ web server (with Apache in some lingering cases) -- *A few core PHP packages are also installed by the above 2 roles, e.g.* - - php{{ php_version }}-common - - php{{ php_version }}-cli - - php{{ php_version }}-fpm - - php{{ php_version }}-mysql +- `MySQL `_ (database underlying many/most user-facing apps). This IIAB role also installs apt package: + - **php{{ php_version }}-mysql** — which forcibly installs **php{{ php_version }}-common** +- `NGINX `_ web server (with Apache in some lingering cases). This IIAB role also installs apt package: + - **php{{ php_version }}-fpm** — which forcibly installs **php{{ php_version }}-cli**, **php{{ php_version }}-common** and **libsodium23** +- `www_base `_ (similar to `www_options `_ which runs later in 4-server-options) -As with 2-common, 4-server-options and 5-xo-services: this stage installs core server infra, that is not user-facing. +Recap: as with 2-common, 4-server-options and 5-xo-services: this 3rd stage installs core server infra, that is not user-facing. The next stage (4-server-options) brings more diverse/optional server infra functionality.