diff --git a/docbook/Admin_Guide/en-US/Installation.xml b/docbook/Admin_Guide/en-US/Installation.xml index b8992f59d9..78df698048 100644 --- a/docbook/Admin_Guide/en-US/Installation.xml +++ b/docbook/Admin_Guide/en-US/Installation.xml @@ -104,7 +104,7 @@ Disk - The application code is less than 20 MB + The application code is less than 30 MB. The amount of disk space required for the database will vary depending on the RDBMS and the volume of @@ -194,10 +194,7 @@ requesting an attachment. This extension is included by default from - PHP version 5.3.x and above. For older versions - you will need to install the fileinfo PECL - extension (this requires root access to the - server you're using). + PHP version 5.3.x and above. mbstring - @@ -217,11 +214,39 @@ Database MantisBT requires a database to store its data. The supported RDBMS are: - MySQL (recommended), - PostgreSQL, - Microsoft SQL Server and - Oracle. + + MySQL (or one of its forks, e.g. MariaDB) + + PostgreSQL + + Experimental support is also available for + + + Microsoft SQL Server + Oracle + + Experimental support means that manual intervention + by a skilled Database Administrator may be required to + complete the installation, and/or that there may be + known issues or limitations when using the software. + Please refer to our + Issue tracker, + filtering on categories + db mssql and + db oracle + to find out more about those. + + + Please note that the MantisBT development team + mainly works with MySQL, so testing for other + drivers is not as extensive as we mainly rely on + community contributions to improve support and fix + issues with other RDBMS. + + We therefore recommend MySQL to store your database. + + @@ -243,7 +268,7 @@ RDBMS - MySQL + MySQL / MariaDB 5.0.8 5.5.x or above PHP extension: mysqli (recommended) or mysql @@ -270,8 +295,8 @@ Web Server Apache - 1.3.x 2.2.x + 2.4.x @@ -282,8 +307,8 @@ nginx - 0.8.x - 0.8.x + 1.10.x + 1.10.x @@ -304,6 +329,13 @@ + + Running MantisBT with versions of the software + components lower than the minimum requirements listed + above is not supported. + + + diff --git a/docbook/Admin_Guide/en-US/Revision_History.xml b/docbook/Admin_Guide/en-US/Revision_History.xml index 9934516f23..4648ac1522 100644 --- a/docbook/Admin_Guide/en-US/Revision_History.xml +++ b/docbook/Admin_Guide/en-US/Revision_History.xml @@ -5,6 +5,20 @@ Revision History + + 1.3-15 + Sat Nov 26 2016 + + Damien + Regad + dregad@mantisbt.org + + + + Release 1.3.4 + + + 1.3-14 Sun Oct 30 2016 diff --git a/docbook/Developers_Guide/en-US/Revision_History.xml b/docbook/Developers_Guide/en-US/Revision_History.xml index 92b79e1a16..6f266b00f4 100644 --- a/docbook/Developers_Guide/en-US/Revision_History.xml +++ b/docbook/Developers_Guide/en-US/Revision_History.xml @@ -7,6 +7,20 @@ Revision History + + 1.3-13 + Sat Nov 26 2016 + + Damien + Regad + dregad@mantisbt.org + + + + Release 1.3.4 + + + 1.3-12 Sun Oct 30 2016