Page tree

Versions Compared

Key

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

...

Software
Server OS

Linux OS is recommended

Web Server

Apache or (NginX + PHP-FPM)

  • If using Apache server, mod_rewrite is required
PHP Version

PHP 8.1 (From 8.1.13 or higher)

DatabaseMySQL (5.7 or higher), Postgres (13.0 or higher)
Required PHP Extensions
  • MySQLi: if using MySQL database
  • pgsql: if using Postgres database
  • gd
  • cURL
  • zip
  • mbstring
  • xml
  • dom
  • json
  • bcmath
  • ctype
  • openssl
  • pcntl
  • pcre
  • fileinfo
  • tokenizer
  • exif
  • sodium
  • intl
Optional PHP Extensions
  • imagick
  • redis
  • apcu
  • opcache
PHP EXEC functionRequired
Required write permissions

Assume that the webroot folder is public_html, MetaFox needs the write permission on the following folders:

  • public_html
  • public_html/storage/* (recursively)
  • public_html/public/* (recursively)
  • public_html/bootstrap/cache/* (recursively)
  • public_html/config/* (recursively)

...