Merge pull request #2776 from tobiasd/20160913-installtxt
reflect requirements from install.md also in install.txt
This commit is contained in:
commit
4270c90584
1 changed files with 2 additions and 3 deletions
|
@ -32,8 +32,7 @@ link if your cert is self-signed).
|
||||||
- Apache with mod-rewrite enabled and "Options All" so you can use a
|
- Apache with mod-rewrite enabled and "Options All" so you can use a
|
||||||
local .htaccess file
|
local .htaccess file
|
||||||
|
|
||||||
- PHP 5.2+. The later the better. PHP 5.3 is required for communications
|
- PHP 5.4+.
|
||||||
with the Diaspora network and improved security.
|
|
||||||
|
|
||||||
- PHP *command line* access with register_argc_argv set to true in the
|
- PHP *command line* access with register_argc_argv set to true in the
|
||||||
php.ini file [or see 'poormancron' in section 8]
|
php.ini file [or see 'poormancron' in section 8]
|
||||||
|
@ -42,7 +41,7 @@ php.ini file [or see 'poormancron' in section 8]
|
||||||
|
|
||||||
- some form of email server or email gateway such that PHP mail() works
|
- some form of email server or email gateway such that PHP mail() works
|
||||||
|
|
||||||
- Mysql 5.x
|
- Mysql 5.5.3+ or an equivalant alternative for MySQL (MariaDB, Percona Server etc.)
|
||||||
|
|
||||||
- ability to schedule jobs with cron (Linux/Mac) or Scheduled Tasks
|
- ability to schedule jobs with cron (Linux/Mac) or Scheduled Tasks
|
||||||
(Windows) [Note: other options are presented in Section 8 of this document]
|
(Windows) [Note: other options are presented in Section 8 of this document]
|
||||||
|
|
Loading…
Reference in a new issue