Skip to content

Commit

Permalink
Update server-requirements.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arhimede authored May 13, 2024
1 parent 051fbd4 commit 123edbc
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions docs/book/v4/introduction/server-requirements.md
Original file line number Diff line number Diff line change
@@ -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)

Check failure on line 6 in docs/book/v4/introduction/server-requirements.md

View workflow job for this annotation

GitHub Actions / ci / QA Checks (Documentation Linting [8.2, latest], ubuntu-latest, laminas/laminas-continuous-integra...

Trailing spaces [Expected: 0 or 2; Actual: 1]

Check failure on line 6 in docs/book/v4/introduction/server-requirements.md

View workflow job for this annotation

GitHub Actions / ci / QA Checks (Documentation Linting [8.2, latest], ubuntu-latest, laminas/laminas-continuous-integra...

Trailing spaces [Expected: 0 or 2; Actual: 1]

* Apache >= 2.2 **or** Nginx
* mod_rewrite
* .htaccess support `(AllowOverride All)`
## Webservers

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

**OR**

Check failure on line 12 in docs/book/v4/introduction/server-requirements.md

View workflow job for this annotation

GitHub Actions / ci / QA Checks (Documentation Linting [8.2, latest], ubuntu-latest, laminas/laminas-continuous-integra...

Emphasis used instead of a heading [Context: "OR"]

Check failure on line 12 in docs/book/v4/introduction/server-requirements.md

View workflow job for this annotation

GitHub Actions / ci / QA Checks (Documentation Linting [8.2, latest], ubuntu-latest, laminas/laminas-continuous-integra...

Emphasis used instead of a heading [Context: "OR"]

* NGINX

Check failure on line 14 in docs/book/v4/introduction/server-requirements.md

View workflow job for this annotation

GitHub Actions / ci / QA Checks (Documentation Linting [8.2, latest], ubuntu-latest, laminas/laminas-continuous-integra...

Unordered list indentation [Expected: 0; Actual: 1]

Check failure on line 14 in docs/book/v4/introduction/server-requirements.md

View workflow job for this annotation

GitHub Actions / ci / QA Checks (Documentation Linting [8.2, latest], ubuntu-latest, laminas/laminas-continuous-integra...

Unordered list indentation [Expected: 0; Actual: 1]

## 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)
Expand All @@ -22,7 +27,7 @@ Both mod_php and FCGI (FPM) are supported.

## RDBMS

* MySQL / MariaDB >= 5.5.3
* MariaDB >= 10.11 LTS

## Recommended extensions

Expand Down

0 comments on commit 123edbc

Please sign in to comment.