X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=INSTALL;h=13c9c62600e95a82a71812641fb221371f536527;hp=70d8d530711d211f869fc4f2065be986768b687e;hb=7f842058602c2bb2358abb9e3228b156bd04fc7a;hpb=9682e3b1374bd093be3e6b18a5e6543e4244233f diff --git a/INSTALL b/INSTALL index 70d8d53071..13c9c62600 100644 --- a/INSTALL +++ b/INSTALL @@ -6,22 +6,22 @@ Starting with MediaWiki 1.2.0, it's possible to install and configure the wiki "in-place", as long as you have the necessary prerequisites available. Required software: -* Web server with PHP 5.3.3 or higher. +* Web server with PHP 5.5.9 or higher. * A SQL server, the following types are supported -** MySQL 5.0.2 or higher +** MySQL 5.5.8 or higher ** PostgreSQL 8.3 or higher ** SQLite 3.3.7 or higher ** Oracle 9.0.1 or higher +** Microsoft SQL Server 2005 (9.00.1399) MediaWiki is developed and tested mainly on Unix/Linux platforms, but should work on Windows as well. If your PHP is configured as a CGI plug-in rather than an Apache module you may -experience problems, as this configuration is not well tested. safe_mode is also -not tested and unlikely to work. +experience problems, as this configuration is not well tested. Support for rendering mathematical formulas requires installing the Math extension, -see https://www.mediawiki.org/wiki/Extension:Math +see https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:Math Don't forget to check the RELEASE-NOTES file... @@ -30,7 +30,7 @@ Additional documentation is available online, which may include more detailed notes on particular operating systems and workarounds for difficult hosting environments: -https://www.mediawiki.org/wiki/Manual:Installation_guide +https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Installation_guide ******************* WARNING *******************