Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:install [2022-10-17 05:31] – [Requirements] Tobias | docs:install [2024-10-15 10:57] (current) – [Requirements] mbstrings -> mbstring Ben Millwood | ||
---|---|---|---|
Line 24: | Line 24: | ||
==== Requirements ==== | ==== Requirements ==== | ||
- | * Apache with mod-rewrite enabled and "Options | + | * Apache with mod-rewrite enabled and "[[https:// |
- | * PHP versions 7.3 to 8.0 are supported | + | * PHP versions 7.4 to 8.2 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, GMP, PDO, mbstrings, MySQLi, hash, xml, zip and OpenSSL extensions | + | * Curl, GD, GMP, PDO, mbstring, MySQLi, xml, zip and OpenSSL extensions |
* The POSIX module of PHP needs to be activated (e.g. [[http:// | * The POSIX module of PHP needs to be activated (e.g. [[http:// | ||
* 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 | ||
Line 263: | Line 263: | ||
You can generally find the location of PHP by executing '' | You can generally find the location of PHP by executing '' | ||
- | If it is not possible | + | Some hosting providers use different versions of PHP for web server, command line and processes started by the system itself. In this case it might be necessary |
+ | |||
+ | < | ||
+ | ' | ||
+ | ' | ||
+ | …, | ||
+ | ], | ||
+ | </ | ||
Once you have installed Friendica and created an admin account as part of the process, you can access the admin panel of your installation and do most of the server wide configuration from there. | Once you have installed Friendica and created an admin account as part of the process, you can access the admin panel of your installation and do most of the server wide configuration from there. |