You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
488 B

  1. # Kostenerstattungsformular
  2. ## INSTALL it
  3. Install the following programs and PHP (7.4) modules:
  4. * pdftk
  5. * php-session
  6. * php-json
  7. * php-openssl
  8. * php-ctype
  9. * php-filter
  10. * php-fileinfo
  11. * ImageMagick
  12. Copy **config.sample.php** to **config.php**, and edit **config.php** to your needs.
  13. Within config.php you'll have to state where the pdftk and (ImageMagick-)convert binaries are situated on the system.
  14. Configure the php.ini according to php-production.ini.
  15. Then you are ready to go.