Update README.md
added two steps
This commit is contained in:
parent
ef7981af75
commit
387f45588f
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -1,8 +1,8 @@
|
||||||
# Kostenerstattungsformular
|
# Kostenerstattungsformular
|
||||||
|
|
||||||
## INSTALL
|
## INSTALL it
|
||||||
|
|
||||||
Install the following programs and PHP modules:
|
Install the following programs and PHP (7.4) modules:
|
||||||
|
|
||||||
* pdftk
|
* pdftk
|
||||||
* php-session
|
* php-session
|
||||||
|
@ -11,7 +11,12 @@ Install the following programs and PHP modules:
|
||||||
* php-ctype
|
* php-ctype
|
||||||
* php-filter
|
* php-filter
|
||||||
* php-fileinfo
|
* php-fileinfo
|
||||||
|
* ImageMagick
|
||||||
|
|
||||||
Copy **config.sample.php** to **config.php**, and edit **config.php** to your needs.
|
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.
|
|
||||||
|
|
Loading…
Reference in a new issue