From 8cc6555a0097c6f4b864aaf66bbdc7449ebf31cd Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Thu, 22 Sep 2022 20:34:12 +0200 Subject: [PATCH] Update system_requirements.rst Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> --- admin_manual/installation/system_requirements.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index 2fac4ec52..bd6f6135f 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -14,8 +14,9 @@ For best performance, stability and functionality we have documented some recomm +------------------+-----------------------------------------------------------------------+ | Platform | Options | +==================+=======================================================================+ -| Operating System | - **Ubuntu 20.04 LTS** (recommended) | -| (64bit) | - **Red Hat Enterprise Linux 8** (recommended) | +| Operating System | - **Ubuntu 22.04 LTS** (recommended) | +| (64bit) | - Ubuntu 20.04 LTS | +| | - **Red Hat Enterprise Linux 8** (recommended) | | | - Debian 10 (Buster) | | | - SUSE Linux Enterprise Server 15 | | | - openSUSE Leap 42.1+ | @@ -30,8 +31,8 @@ For best performance, stability and functionality we have documented some recomm | | - nginx with ``php-fpm`` | +------------------+-----------------------------------------------------------------------+ | PHP Runtime | - 7.4 | -| | - **8.0** (*recommended*) | -| | - 8.1 | +| | - 8.0 | +| | - **8.1** (*recommended*) | +------------------+-----------------------------------------------------------------------+ See :doc:`source_installation` for minimum PHP-modules and additional software for installing Nextcloud.