diff --git a/documentation/dependencies.html b/documentation/dependencies.html index bf7f2e7e8d..b52a400d15 100644 --- a/documentation/dependencies.html +++ b/documentation/dependencies.html @@ -63,14 +63,17 @@ required information to install it.

Dependencies - server-side


Included Dependencies


diff --git a/documentation/installation_guide.html b/documentation/installation_guide.html index 50d61b97fd..c6a855344e 100644 --- a/documentation/installation_guide.html +++ b/documentation/installation_guide.html @@ -73,7 +73,7 @@ optimal flexibility, remote control and scalability.

-Chamilo is mainly a LMS running Apache 1.3, 2.0, MySQL 5.1 (or MariaDB) and PHP 5.3 (the so called AMP trilogy).
+Chamilo is mainly a LMS running Apache (1.3, 2.0 or 2.2), MySQL 5.1 (or MariaDB) and PHP 5.3 (or 5.4) (the so called AMP trilogy).

@@ -93,6 +93,7 @@ For instance, on a Ubuntu server, use Shell or Synaptic following the Ubuntuguide on Apache and the following sections
  • To install MAMP (AMP on Mac OS X), refer to the MAMP dedicated website
  • +
  • Make sure you check the Dependencies page if you need to know the requirements in more precise way. @@ -146,6 +147,9 @@ it, you will need to allow your system to write into the sarchdb directory: +If you so happen to find a tests/ directory at the root of your package, please delete it. +This is a development directory that has not been checked for security issues, +an it should *never* be accessible to final users on a production server.

    On Linux, Mac OS X and BSD operating systems you can use the chmod 0775 command for this (although we recommend you seek advice from an @@ -294,6 +298,8 @@ date.timezone = 'America/New_York'

  • php5-curl
  • php5-iconv
  • php5-xsl
  • +
  • php5-ldap
  • +
  • php5-xapian
  • @@ -318,7 +324,20 @@ please contact one of the Chamilo Association's official providers

    -

    3.1 Upgrading from Chamilo 1.8.x

    +

    3.1 Upgrading from Chamilo 1.9.x (minor upgrade)

    +As this is only a minor version change from previous 1.9.* versions of Chamilo, the only thing you need to do is: + + +
    + + +

    3.2 Upgrading from Chamilo 1.8.x