Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
title/etc/php5/apache2/php.ini
post_max_size=600M
upload_max_filesize=600M

 Also consider to set the error_log configuration to get application properly logged.

Install php extensions

Install the extension dom, fileinfo, iconv, mbstring, zip, pdo_mysql and gd

...