2018-02-13 00:41:46 +00:00
|
|
|
====================
|
|
|
|
3-base-server README
|
|
|
|
====================
|
2017-05-27 18:09:50 +00:00
|
|
|
|
2018-02-13 01:18:21 +00:00
|
|
|
This 3rd stage installs base server infra that Internet-in-a-Box requires, including:
|
2017-05-27 18:09:50 +00:00
|
|
|
|
2021-06-27 20:26:25 +00:00
|
|
|
- MySQL (database underlying many/most user-facing apps)
|
2021-06-27 23:39:15 +00:00
|
|
|
- `NGINX <https://github.com/iiab/iiab/blob/master/roles/nginx/README.md>`_ web server (with Apache in some lingering cases)
|
2021-06-27 20:26:25 +00:00
|
|
|
- *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
|
2018-02-13 01:18:21 +00:00
|
|
|
|
2021-06-27 20:26:25 +00:00
|
|
|
As with 2-common, 4-server-options and 5-xo-services: this stage installs core server infra, that is not user-facing.
|
2017-05-27 18:09:50 +00:00
|
|
|
|
2021-06-27 20:26:25 +00:00
|
|
|
The next stage (4-server-options) brings more diverse/optional server infra functionality.
|