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:
Igor Scheller 2018-10-19 02:43:12 +02:00 committed by msquare
parent 4bd38305dc
commit 0d8feace33
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ To report bugs use [engelsystem/issues](https://github.com/engelsystem/engelsyst
## Installation
### Requirements:
* PHP >= 7.1
* Required modules:
* gettext
* json
* PDO
* xml/libxml/SimpleXML
* MySQL-Server >= 5.7.8 or MariaDB-Server >= 10.2.2
* Webserver, i.e. lighttpd, nginx, or Apache
* Node >= 8 (Development/Building only)