Install note about PHP path.

This commit is contained in:
Abinoam P. Marques Jr 2012-02-08 22:01:42 -08:00
parent 03435853b3
commit 1c8680d9f9
1 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,11 @@ You can generally find the location of PHP by executing "which php". If you
have troubles with this section please contact your hosting provider for
assistance. Friendika will not work correctly if you cannot perform this step.
You should also be sure that $a->config['php_path'] is set correctly, it should
look like (changing it to the correct PHP location)
$a->config['php_path'] = '/usr/local/php53/bin/php'
Alternative: You may be able to use the 'poormancron' plugin to perform this
step if you are using a recent Friendika release. 'poormancron' may result in
perfomance and memory issues and is only suitable for small sites with one or