summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-10-19 02:43:12 +0200
committermsquare <msquare@notrademark.de>2018-10-24 19:16:47 +0200
commit0d8feace33eeb5a73df3cc777181c3f8da122f4c (patch)
tree6ceeaaaf268bf4ad2bd866d517b8a8084f55c1f6 /README.md
parent4bd38305dc4ebaea12deadad224139f5aec7a0af (diff)
Readme: Clarify required php modules
Closes #449 (Change of the Language is not working) Closes #479 (Installation instruction missing i18n instructions)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index b9a96d54..f440ce19 100644
--- a/README.md
+++ b/README.md
@@ -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)