From 387f45588fe43dfeb71943f7604885c84f74c100 Mon Sep 17 00:00:00 2001 From: alpcentaur Date: Mon, 29 Aug 2022 22:07:21 +0200 Subject: [PATCH] Update README.md added two steps --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 539c6c0..a894892 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Kostenerstattungsformular -## INSTALL +## INSTALL it -Install the following programs and PHP modules: +Install the following programs and PHP (7.4) modules: * pdftk * php-session @@ -11,7 +11,12 @@ Install the following programs and PHP modules: * php-ctype * php-filter * php-fileinfo +* ImageMagick Copy **config.sample.php** to **config.php**, and edit **config.php** to your needs. +Within config.php you'll have to state where the pdftk and (ImageMagick-)convert binaries are situated on the system. +Configure the php.ini according to php-production.ini. + + +Then you are ready to go. -Tha's it.