Skip to content

Commit

Permalink
Update server-requirements.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmerlin authored May 14, 2024
1 parent 7fb042d commit 122c01c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/book/v4/introduction/server-requirements.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# 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

* Apache >= 2.4 with mod_rewrite and .htaccess support `(AllowOverride All)`

### 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)
Expand Down

0 comments on commit 122c01c

Please sign in to comment.