From 123edbcaf5b820d1add46286e81ea3b4c83608a8 Mon Sep 17 00:00:00 2001 From: arhimede Date: Mon, 13 May 2024 19:48:26 +0300 Subject: [PATCH 1/4] Update server-requirements.md --- .../v4/introduction/server-requirements.md | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/docs/book/v4/introduction/server-requirements.md b/docs/book/v4/introduction/server-requirements.md index 789238b..c823188 100644 --- a/docs/book/v4/introduction/server-requirements.md +++ b/docs/book/v4/introduction/server-requirements.md @@ -1,18 +1,23 @@ # Server Requirements -For production, we highly recommend a *nix based system. +For **production**, we highly recommend a *nix based system. +Either a bare metal server or a LXC container, running [Almalinux 9](https://almalinux.org/get-almalinux/) -## Webserver +For **development** we highly recommend to use either Almalinux 9 or [WSL](https://github.com/dotkernel/development/blob/main/wsl/os/almalinux9/README.md) -* Apache >= 2.2 **or** Nginx -* mod_rewrite -* .htaccess support `(AllowOverride All)` +## Webservers + +* Apache >= 2.4 with mod_rewrite and .htaccess support `(AllowOverride All)` + + **OR** + + * NGINX ## PHP >= 8.2 -Both mod_php and FCGI (FPM) are supported. +It is recommended to run PHP as FPM application served by Apache or Nginx -## Required Settings and Modules & Extensions +## Required PHP Settings and Modules & Extensions * memory_limit >= 128M * upload_max_filesize and post_max_size >= 100M (depending on your data) @@ -22,7 +27,7 @@ Both mod_php and FCGI (FPM) are supported. ## RDBMS -* MySQL / MariaDB >= 5.5.3 +* MariaDB >= 10.11 LTS ## Recommended extensions From de5d399ac08cec63682c8d0f5dc8bdbff7402c16 Mon Sep 17 00:00:00 2001 From: arhimede Date: Mon, 13 May 2024 20:27:07 +0300 Subject: [PATCH 2/4] Update server-requirements.md --- docs/book/v4/introduction/server-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/v4/introduction/server-requirements.md b/docs/book/v4/introduction/server-requirements.md index c823188..9d713b3 100644 --- a/docs/book/v4/introduction/server-requirements.md +++ b/docs/book/v4/introduction/server-requirements.md @@ -3,7 +3,7 @@ For **production**, we highly recommend a *nix based system. Either a bare metal server or a LXC container, running [Almalinux 9](https://almalinux.org/get-almalinux/) -For **development** we highly recommend to use either Almalinux 9 or [WSL](https://github.com/dotkernel/development/blob/main/wsl/os/almalinux9/README.md) +For **development** we highly recommend to use either Almalinux 9 or [WSL](https://github.com/dotkernel/development/blob/main/wsl/os/almalinux9/README.md) ## Webservers From 7fb042d1f70c8845bd7020ea6fd5b9e701d94ff6 Mon Sep 17 00:00:00 2001 From: arhimede Date: Mon, 13 May 2024 21:23:32 +0300 Subject: [PATCH 3/4] Update server-requirements.md --- docs/book/v4/introduction/server-requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/v4/introduction/server-requirements.md b/docs/book/v4/introduction/server-requirements.md index 9d713b3..4ebb47b 100644 --- a/docs/book/v4/introduction/server-requirements.md +++ b/docs/book/v4/introduction/server-requirements.md @@ -9,9 +9,9 @@ For **development** we highly recommend to use either Almalinux 9 or [WSL](https * Apache >= 2.4 with mod_rewrite and .htaccess support `(AllowOverride All)` - **OR** +### OR - * NGINX +* NGINX ## PHP >= 8.2 From 122c01c6e7b65db733abb51e78bc3535bef9db49 Mon Sep 17 00:00:00 2001 From: Alex Karajos Date: Tue, 14 May 2024 06:48:25 +0300 Subject: [PATCH 4/4] Update server-requirements.md --- docs/book/v4/introduction/server-requirements.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/book/v4/introduction/server-requirements.md b/docs/book/v4/introduction/server-requirements.md index 4ebb47b..621b9da 100644 --- a/docs/book/v4/introduction/server-requirements.md +++ b/docs/book/v4/introduction/server-requirements.md @@ -1,9 +1,9 @@ # Server Requirements For **production**, we highly recommend a *nix based system. -Either a bare metal server or a LXC container, running [Almalinux 9](https://almalinux.org/get-almalinux/) +Either a bare metal server or a LXC container, running [Almalinux 9](https://almalinux.org/get-almalinux/). -For **development** we highly recommend to use either Almalinux 9 or [WSL](https://github.com/dotkernel/development/blob/main/wsl/os/almalinux9/README.md) +For **development** we highly recommend to use either Almalinux 9 or [WSL](https://github.com/dotkernel/development/blob/main/wsl/os/almalinux9/README.md). ## Webservers @@ -11,13 +11,13 @@ For **development** we highly recommend to use either Almalinux 9 or [WSL](https ### OR -* NGINX +* Nginx ## PHP >= 8.2 -It is recommended to run PHP as FPM application served by Apache or Nginx +It is recommended to run PHP as FPM application served by Apache or Nginx. -## Required PHP Settings and Modules & Extensions +## Required PHP Settings, Modules and Extensions * memory_limit >= 128M * upload_max_filesize and post_max_size >= 100M (depending on your data)