Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
docs:install [2022-10-17 05:31] – [Requirements] Tobiasdocs:install [2024-04-05 17:32] – [(REQUIRED) Background tasks] "frontend worker" is gone. Added hint for setting php_path in config. Andreas Kilgus
Line 263: Line 263:
 You can generally find the location of PHP by executing ''which php''. If you run into trouble with this section please contact your hosting provider for assistance. Friendica will not work correctly if you cannot perform this step. You can generally find the location of PHP by executing ''which php''. If you run into trouble with this section please contact your hosting provider for assistance. Friendica will not work correctly if you cannot perform this step.
  
-If it is not possible to set up a cron job then please activate the "frontend worker" in the administration interface.+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 to provide the path of the PHP binary to use in local.config.php by setting php_path: 
 + 
 +<code> 
 +'config' => [ 
 +                'php_path' => '/usr/bin/php82', 
 +                …, 
 +        ], 
 +</code>
  
 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.
  • Last modified: 2024-04-05 17:34