no poormancron in the installs

This commit is contained in:
Tobias Diekershoff 2018-03-11 16:54:03 +01:00
parent 9941c73a31
commit 61954be480
2 changed files with 13 additions and 20 deletions

View File

@ -129,24 +129,16 @@ assistance. Friendica 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 You should also be sure that $a->config['php_path'] is set correctly, it should
look like (changing it to the correct PHP location) look like (changing it to the correct PHP location)
$a->config['php_path'] = '/usr/local/php53/bin/php' $a->config['php_path'] = '/usr/local/php56/bin/php'
Alternative: You may be able to use the 'poormancron' addon to perform this Alternative: If you cannot use a cron job as described above, you can use
step if you are using a recent Friendica release. 'poormancron' may result in the frontend worker and an external cron service to trigger the execution
perfomance and memory issues and is only suitable for small sites with one or of the worker script. You can enable the frontend worker after the installation
two users and a handful of contacts. To do this, edit the file from the admin panel of your node and call
".htconfig.php" and look for a line describing your addons. On a fresh
installation, it will look like
$a->config['system']['addon'] = 'js_upload'; https://example.com/worker
This indicates the "js_upload" addon module is enabled. You may add additional with the service of your choice.
addons using this same line in the configuration file. Change it to
read
$a->config['system']['addon'] = 'js_upload,poormancron';
and save your changes.
9. (Recommended) Set up a backup plan 9. (Recommended) Set up a backup plan

View File

@ -119,6 +119,7 @@ If it is not possible to set up a cron job then please activate the "frontend wo
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
### Set up a backup plan ### Set up a backup plan
Bad things will happen. Bad things will happen.
Let there be a hardware failure, a corrupted database or whatever you can think of. Let there be a hardware failure, a corrupted database or whatever you can think of.
So once the installation of your Friendica node is done, you should make yourself a backup plan. So once the installation of your Friendica node is done, you should make yourself a backup plan.