mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Clarif & Cleanup of 3-base-server/README.rst
This commit is contained in:
parent
3c647b6527
commit
0d54b497aa
1 changed files with 6 additions and 8 deletions
|
@ -4,14 +4,12 @@
|
||||||
|
|
||||||
This 3rd stage installs base server infra that Internet-in-a-Box requires, including:
|
This 3rd stage installs base server infra that Internet-in-a-Box requires, including:
|
||||||
|
|
||||||
- MySQL (database underlying many/most user-facing apps)
|
- `MySQL <https://github.com/iiab/iiab/blob/master/roles/mysql>`_ (database underlying many/most user-facing apps). This IIAB role also installs apt package:
|
||||||
- `NGINX <https://github.com/iiab/iiab/blob/master/roles/nginx/README.md>`_ web server (with Apache in some lingering cases)
|
- **php{{ php_version }}-mysql** — which forcibly installs **php{{ php_version }}-common**
|
||||||
- *A few core PHP packages are also installed by the above 2 roles, e.g.*
|
- `NGINX <https://github.com/iiab/iiab/blob/master/roles/nginx>`_ web server (with Apache in some lingering cases). This IIAB role also installs apt package:
|
||||||
- php{{ php_version }}-common
|
- **php{{ php_version }}-fpm** — which forcibly installs **php{{ php_version }}-cli**, **php{{ php_version }}-common** and **libsodium23**
|
||||||
- php{{ php_version }}-cli
|
- `www_base <https://github.com/iiab/iiab/blob/master/roles/www_base>`_ (similar to `www_options <https://github.com/iiab/iiab/blob/master/roles/www_options>`_ which runs later in 4-server-options)
|
||||||
- php{{ php_version }}-fpm
|
|
||||||
- php{{ php_version }}-mysql
|
|
||||||
|
|
||||||
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.
|
The next stage (4-server-options) brings more diverse/optional server infra functionality.
|
||||||
|
|
Loading…
Reference in a new issue