From 74db460274c4ebb7c902fe2969ad5593c2c0d192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20M=C3=BCller?= <25648755+M-arcus@users.noreply.github.com> Date: Sun, 22 Apr 2018 19:28:27 +0200 Subject: [PATCH] [DOCS] Install: Add intendation for list (en) --- doc/Install.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Install.md b/doc/Install.md index 64db4a5080..b8929d371b 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -28,10 +28,10 @@ Requirements * Apache with mod-rewrite enabled and "Options All" so you can use a local .htaccess file * PHP 5.6+ (PHP 7 is recommended for performance) -* PHP *command line* access with register_argc_argv set to true in the php.ini file -* Curl, GD, PDO, MySQLi, hash, xml, zip and OpenSSL extensions -* The POSIX module of PHP needs to be activated (e.g. [RHEL, CentOS](http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7) have disabled it) -* some form of email server or email gateway such that PHP mail() works + * PHP *command line* access with register_argc_argv set to true in the php.ini file + * Curl, GD, PDO, MySQLi, hash, xml, zip and OpenSSL extensions + * The POSIX module of PHP needs to be activated (e.g. [RHEL, CentOS](http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7) have disabled it) + * 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.) * Installation into a top-level domain or sub-domain (without a directory/path component in the URL) is preferred. Directory paths will not be as convenient to use and have not been thoroughly tested.