Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:install [2022-06-24 15:08] – [Prerequisites] Tobiasdocs:install [2022-09-21 08:04] – [Requirements] FreeBSD PHP extension list Tobias
Line 27: Line 27:
   * PHP versions 7.3 to 8.0 are supported   * PHP versions 7.3 to 8.0 are supported
   * PHP **command line** access with register_argc_argv set to true in the php.ini file   * PHP **command line** access with register_argc_argv set to true in the php.ini file
-      * Curl, GD, PDO, mbstrings, MySQLi, hash, xml, zip and OpenSSL extensions+      * Curl, GD, GMP, PDO, mbstrings, MySQLi, hash, xml, zip and OpenSSL extensions
       * The POSIX module of PHP needs to be activated (e.g. [[http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7|RHEL, CentOS]] have disabled it)       * The POSIX module of PHP needs to be activated (e.g. [[http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7|RHEL, CentOS]] have disabled it)
       * 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
   * MySQL 5.6+ or an equivalent alternative for MySQL (MariaDB, Percona Server etc.)   * MySQL 5.6+ or an equivalent alternative for MySQL (MariaDB, Percona Server etc.)
   * ability to schedule jobs with cron (Linux/Mac) or Scheduled Tasks (Windows)   * ability to schedule jobs with cron (Linux/Mac) or Scheduled Tasks (Windows)
Line 195: Line 196:
 bin/console autoinstall [--savedb] bin/console autoinstall [--savedb]
 </code> </code>
-===== B.3: Execution options =====+=== B.3: Execution options ===
  
 All options will be saved in the `config/local.config.php` and are overruling the associated environment variables. All options will be saved in the `config/local.config.php` and are overruling the associated environment variables.
Line 293: Line 294:
  
 The most important file is the ''config/local.config.php'' file. As it stores all your data, you should also have a recent dump of your Friendica database at hand, should you have to recover your node. The most important file is the ''config/local.config.php'' file. As it stores all your data, you should also have a recent dump of your Friendica database at hand, should you have to recover your node.
 +
 +==== (RECOMMENDED) Server Optimization ====
 +
 +After you have set-up the Friendica server successfully, you might want to have a look into [[docs:improve-performance|optimization of the servers settings]] to get some more performance out of it.
  
 ==== (OPTIONAL) Reverse-proxying and HTTPS ==== ==== (OPTIONAL) Reverse-proxying and HTTPS ====
  • Last modified: 2024-04-05 17:34