Update docs to recommend PHP 7.1 #2139

pull/2487/head
Julio 8 years ago
parent 5152642096
commit 6f3f9cb3e5
  1. 2
      documentation/dependencies.html
  2. 2
      documentation/installation_guide.html
  3. 7
      documentation/installation_guide_es_ES.html
  4. 8
      documentation/installation_guide_fr_FR.html
  5. 2
      documentation/installation_guide_it_IT.html

@ -71,7 +71,7 @@ We recommend using HTML5-compatible technology.
<h2>Dependencies - server-side</h2>
<ul>
<li>Apache 2+</li>
<li> PHP 5.5 or higher with MySQL bindings (mysqlnd is recommended) and php-gd extension to allow Chamilo to resize pictures. Now also supports PHP 7.0</li>
<li>PHP 5.5 or higher with MySQL bindings (mysqlnd is recommended) and php-gd extension to allow Chamilo to resize pictures. Now also supports PHP 7.0</li>
<li>MySQL 5.1+ or any version of MariaDB database server</li>
<li>php5-intl package (for international behaviour support)</li>
<li>php5-mbstring package (for international behaviour support)</li>

@ -78,7 +78,7 @@ Chamilo is mainly a LMS running (the so called <span style="font-weight: bold;">
<ul>
<li><span style="font-weight: bold;">Apache 2.2+</span></li>
<li><span style="font-weight: bold;">MySQL 5.1+ or MariaDB 5+</span></li>
<li><span style="font-weight: bold;">PHP 5.5+ (5.6 recommended for greater efficiency) (support for PHP7 seems OK but not evaluated on high load setups just yet)</span></li>
<li><span style="font-weight: bold;">PHP 5.5+ (7.1 recommended for greater efficiency)</span></li>
</ul>
<br />
All these pieces of software are free software and freely available. <br /><br />

@ -86,8 +86,13 @@
Chamilo puede ser instalado indiferentemente en servidores Windows, Linux, Mac OS X y UNIX. Sin embargo, nosotros recomendamos el uso de un servidor Linux para una óptima flexibilidad, control remoto y escalabilidad.
</p>
<p>
Chamilo es fundamentalmente un LMS que se ejecuta con Apache (2.2+), MySQL 5.1+ (o MariaDB) y PHP 5.5+ (trilogía también llamada AMP).
Chamilo es fundamentalmente un LMS que se ejecuta con:
</p>
<ul>
<li><span style="font-weight: bold;">Apache 2.2+</span></li>
<li><span style="font-weight: bold;">MySQL 5.1+ o MariaDB 5+</span></li>
<li><span style="font-weight: bold;">PHP 5.5+ (7.1 recomendado)</span></li>
</ul>
<p>
Todo este software es software de código abierto y está disponible libremente.
</p>

@ -80,7 +80,7 @@
Chamilo est un système de gestion de l'apprentissage (LMS) qui fonctionne
principallement sur base d'un <span style="font-weight: bold;">serveur web (Apache 2.2+)</span>, de <span style="font-weight: bold;">MySQL 5.1+ ou de MariaDB 5+
(5 ou 10)</span> et de <span style="font-weight: bold;">PHP 5.5+</span> (le support de PHP 7 n'a pas été pleinement testé). <br />
(5 ou 10)</span> et de <span style="font-weight: bold;">PHP 5.5+</span> (7.1 recommandé). <br />
<br />
@ -276,7 +276,7 @@
<ul>
<li>
Configurer les mails de Chamilo : la plupart des portails Chamilo utilisent les propriétés mail définies dans le fichier php.ini.
Cependant si vous utilisez un serveur mail distinct, vous voudrez peut-être ajuster les propriétés mail
Cependant si vous utilisez un serveur mail distinct, vous voudrez peut-être ajuster les propriétés mail
dans <em>(chamilo folder)</em>/app/config/mail.conf.php
</li>
<li>Editez le fichier php.ini (sous Windows, il devrait se trouver dans
@ -301,7 +301,7 @@
<br />
<p>
<strong>Important :</strong>
<strong>Important :</strong>
Vous aurez besoin de définir votre <em>date.timezone</em> en fonction de votre fuseau horaire.
Par exemple si votre serveur se trouve dans la zone America/New_York, indiquez cette valeur pour
le paramètre date.timezone du fichier php.ini :
@ -390,7 +390,7 @@
Comme cette version est une version mineure de Chamilo par rapport à une
quelconque version 1.11.*, les seuls pas à suivre sont:
<ul>
<li>
<li>
vérifier que vous n'avez pas créé une version modifiée d'une feuille de
style en utilisant un répertoire css existant <span class="text-muted">(si c'est le cas, elle sera
écrasée par la mise à jour. Gardez-en une copie que vous renommerez au

@ -73,7 +73,7 @@
<p class="p8"><span class="s1"></span><br></p>
<p class="p2"><span class="s1"><b>Chamilo</b> può essere installato indifferentemente su server Windows, Linux, Mac OS X e Unix. Tuttavia raccomandiamo l’utilizzo di server Linux per sfruttarne al meglio le caratteristiche di flessibilità, controllo remoto e scalabilità.</span></p>
<p class="p3"><span class="s1"></span><br></p>
<p class="p2"><span class="s1"><b>Chamilo</b> è principalmente un <b>LMS (Learning Management System)</b> che gira sulla piattaforma composta da <b>Apache (1.3,2.0 or 2.2)</b>, <b>MySQL 5.1 (o MariaDB</b>) e <b>PHP 5.5 o 5.6</b>, meglio nota come piattaforma <b>AMP</b>.</span></p>
<p class="p2"><span class="s1"><b>Chamilo</b> è principalmente un <b>LMS (Learning Management System)</b> che gira sulla piattaforma composta da <b>Apache (1.3,2.0 or 2.2)</b>, <b>MySQL 5.1 (o MariaDB</b>) e <b>PHP 5.5 (7.1 consigliato)</b>, meglio nota come piattaforma <b>AMP</b>.</span></p>
<p class="p3"><span class="s1"></span><br></p>
<p class="p2"><span class="s1">Tutti questi software sono gratuiti e liberamente scaricabili.</span></p>
<p class="p3"><span class="s1"></span><br></p>

Loading…
Cancel
Save