Readme: Clarify required php modules
Closes #449 (Change of the Language is not working) Closes #479 (Installation instruction missing i18n instructions)
This commit is contained in:
parent
4bd38305dc
commit
0d8feace33
|
@ -9,6 +9,11 @@ To report bugs use [engelsystem/issues](https://github.com/engelsystem/engelsyst
|
||||||
## Installation
|
## Installation
|
||||||
### Requirements:
|
### Requirements:
|
||||||
* PHP >= 7.1
|
* PHP >= 7.1
|
||||||
|
* Required modules:
|
||||||
|
* gettext
|
||||||
|
* json
|
||||||
|
* PDO
|
||||||
|
* xml/libxml/SimpleXML
|
||||||
* MySQL-Server >= 5.7.8 or MariaDB-Server >= 10.2.2
|
* MySQL-Server >= 5.7.8 or MariaDB-Server >= 10.2.2
|
||||||
* Webserver, i.e. lighttpd, nginx, or Apache
|
* Webserver, i.e. lighttpd, nginx, or Apache
|
||||||
* Node >= 8 (Development/Building only)
|
* Node >= 8 (Development/Building only)
|
||||||
|
|
Loading…
Reference in New Issue