diff --git a/documentation/installation_guide.html b/documentation/installation_guide.html index a5b7740abd..2329f0e340 100755 --- a/documentation/installation_guide.html +++ b/documentation/installation_guide.html @@ -16,7 +16,7 @@
-

Chamilo 1.8.7.1 : Installation Guide

+

Chamilo 1.8.8 : Installation Guide

Documentation > Installation Guide @@ -24,7 +24,7 @@

-

Thank you for downloading Chamilo 1.8.7.1.

+

Thank you for downloading Chamilo 1.8.8.

@@ -39,13 +39,15 @@
  • Pre-requisites
  • Installation of Chamilo LMS
  • -
  • Upgrade from a previous version of Chamilo/Dokeos
  • +
  • Upgrade from a previous version of Chamilo/Dok€os
  • Troubleshooting
  • Administration section
  • LDAP 
  • Mathematical formulas with LaTeX
  • Mathematical formulas with ASCIIMathML
  • Mathematical formulas with WIRIS
  • +
  • Full-text indexation with Xapian
  • +
  • Chamilo Rapid - PPT conversion system

  • @@ -131,6 +133,12 @@ enable CSS styles package upload and sub-language definition:
  • [chamilo]/main/css/
  • [chamilo]/main/lang/
  • +Since Chamilo 1.8.8, you can also enable full-text indexing features which +require the php5-xapian PHP's extension module to be installed. If you do use +it, you will need to allow your system to write into the sarchdb directory: +

    On Linux, Mac OS X and BSD operating systems you can use the CHMOD 0777 command for this (although we recommend you seek advice from an @@ -139,12 +147,12 @@ On Windows, you may need to check the properties of the folders (by right-clicking on them).

    -2.5. The following files need to be readable and writeable for the web browser, +2.5. The following directory needs to be readable and writeable for the web browser, only during the installation process:

    @@ -163,8 +171,9 @@ folders (by right-clicking on them).

    Do not modify the home_*.html files directly. Instead, choose "Configure the homepage" in the Chamilo administration section.

    -

    Windows : with combination packages like XAMPP, out of the box, login and password - for MySQL should probably remain empty.

    +

    Windows : with all-in-one packages +like XAMPP, you can install Chamilo easily. In this case (and unless you use it +in production), the login and password for MySQL will probably remain empty.

    @@ -174,7 +183,8 @@ choose "Configure the homepage" in the Chamilo administration section.


    @@ -214,28 +226,27 @@ To get the best of Chamilo, you need to finetune PHP settings. Consider :
    - -
    - max_execution_time = 300    ; Maximum execution time of each script, in seconds
    - max_input_time = 600 ; Maximum amount of time each script may spend parsing request data
    - memory_limit = 256M      ; Maximum amount of memory a script may consume (128MB)
    - post_max_size = 64M
    - upload_max_filesize = 100M + max_execution_time = 300; Maximum execution time of each script, in seconds
    + max_input_time = 600; Maximum amount of time each script may spend parsing request data
    + memory_limit = 256M; Maximum amount of memory a script may consume (128MB)
    + post_max_size = 64M;
    + upload_max_filesize = 100M;

    Some users could meet problems if their PHP settings don't fit these ones: