Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
docs:install [2022-09-21 08:04] – [Requirements] FreeBSD PHP extension list Tobiasdocs:install [2022-10-17 05:31] – [Requirements] Tobias
Line 31: Line 31:
       * some form of email server or email gateway such that PHP mail() works       * some form of email server or email gateway such that PHP mail() works
       * For FreeBSD you need to enable the following extensions in your PHP configuration: curl gd pdo_mysql mbstring xml iconv zip openssl pecl-mcrypt posix dom json fileinfo pecl-imagick session filter ctype simplexml zlib       * For FreeBSD you need to enable the following extensions in your PHP configuration: curl gd pdo_mysql mbstring xml iconv zip openssl pecl-mcrypt posix dom json fileinfo pecl-imagick session filter ctype simplexml zlib
-  * MySQL 5.6+ or an equivalent alternative for MySQL (MariaDB, Percona Server etc.)+  * MySQL server that supports InnoDB and Barracuda (we recommend MariaDB as all development is done on Servers running itbut other MySQL servers might work as well)
   * ability to schedule jobs with cron (Linux/Mac) or Scheduled Tasks (Windows)   * ability to schedule jobs with cron (Linux/Mac) or Scheduled Tasks (Windows)
   * installation into a top-level domain or sub-domain (without a directory/path component in the URL) is RECOMMENDED. Directory paths will not be as convenient to use and have not been thoroughly tested. This is REQUIRED if you wish to communicate with the Diaspora network.   * installation into a top-level domain or sub-domain (without a directory/path component in the URL) is RECOMMENDED. Directory paths will not be as convenient to use and have not been thoroughly tested. This is REQUIRED if you wish to communicate with the Diaspora network.
  • Last modified: 2024-04-05 17:34