X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FInstall.md;h=cda58fa6f70bcc015298c8195cbb1503200ba31a;hb=01c245254739c14e4ee7eec71d51d2f2c71c65cf;hp=a57888f98b80e123d983484b72030e62060c4d0b;hpb=fd36e4e8b0e97fd4c6d9f8d865785c2ec93c9232;p=friendica.git diff --git a/doc/Install.md b/doc/Install.md index a57888f98b..cda58fa6f7 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -28,7 +28,7 @@ Requirements * Apache with mod-rewrite enabled and "Options All" so you can use a local .htaccess file * PHP 5.4+. * PHP *command line* access with register_argc_argv set to true in the php.ini file -* Curl, GD, PDO, MySQLi, hash and OpenSSL extensions +* Curl, GD, PDO, MySQLi, hash, xml and OpenSSL extensions * some form of email server or email gateway such that PHP mail() works * Mysql 5.5.3+ or an equivalant alternative for MySQL (MariaDB, Percona Server etc.) * the ability to schedule jobs with cron (Linux/Mac) or Scheduled Tasks (Windows) (Note: other options are presented in Section 7 of this document.) @@ -112,19 +112,7 @@ 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. -Alternative: You may be able to use the 'poormancron' plugin to perform this step. -To do this, edit the file ".htconfig.php" and look for a line describing your plugins. -On a fresh installation, it will look like this: - - $a->config['system']['addon'] = 'js_upload'; - -It indicates the "js_upload" addon module is enabled. -You may add additional addons/plugins using this same line in the configuration file. -Change it to read - - $a->config['system']['addon'] = 'js_upload,poormancron'; - -and save your changes. +If it is not possible to set up a cron job then please activate the "frontend worker" in the administration interface. 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