Skip to content

Commit 87cb85f

Browse files
committed
Update installation guides - incomplete but sufficient for a release
1 parent 2dfcd3d commit 87cb85f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

documentation/installation_guide.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</nav>
3737

3838
<div class="container">
39-
<h1>Chamilo - Installation Guide</h1>
39+
<h1>Chamilo 1.10 - Installation Guide</h1>
4040

4141
<p>Thank you for downloading Chamilo</p>
4242
<ul>
@@ -164,8 +164,8 @@ <h2><a name="2._Installation_of_Chamilo_LMS"></a><span style="font-weight: bold;
164164
<li>[chamilo]/web/</li>
165165
<li>[chamilo]/main/default_course_document/images/</li>
166166
</ul>
167-
Optionally, you can do the same to the following directories if you want to
168-
enable CSS styles package upload and sub-language definition:
167+
Optionally, you can do the same to the following directory if you want to
168+
enable sub-languages definition:
169169
<ul>
170170
<li>[chamilo]/main/lang/</li>
171171
</ul>
@@ -218,7 +218,7 @@ <h3>PHP configuration</h3>
218218
<div class="code">
219219
max_execution_time = 300 ;Maximum execution time of each script, in seconds<br />
220220
max_input_time = 600 ;Maximum amount of time each script may spend parsing request data<br />
221-
memory_limit = 128M ;Maximum amount of memory a script may consume (128MB)<br />
221+
memory_limit = 256M ;Maximum amount of memory a script may consume (128MB)<br />
222222
post_max_size = 100M<br />
223223
upload_max_filesize = 100M;<br />
224224
short_open_tag = Off<br />
@@ -310,8 +310,8 @@ <h3>3.1 Upgrading from Chamilo 1.10.x (minor upgrade)</h3>
310310
older version's directory). Note that you should remove the "home" and
311311
"searchdb" directories from the package before you overwrite the previous
312312
files.</li>
313-
<li> edit the main/inc/conf/configuration.php file: at the en of the file, locate the previous version number (e.g. '1.10.4') and change it to this new version (e.g. '1.10.8')</li>
314-
<li> clean your archive/ directory: take a temporary copy of index.html, delete all the contents *in* this directory (do NOT remove the directory itself, only its contents!). It will all be re-generated. You can also delete the contents of this directory through the "Archive directory cleanup" option in the "System" box of the Administration page.</li>
313+
<li> edit the app/config/configuration.php file: at the en of the file, locate the previous version number (e.g. '1.10.4') and change it to this new version (e.g. '1.10.8')</li>
314+
<li> clean your app/cache/twig directory: delete all the contents *in* this directory (do NOT remove the directory itself, only its contents!). It will all be re-generated. You can also delete the contents of this directory through the "Archive directory cleanup" option in the "System" box of the Administration page.</li>
315315
<li> you're done! No other upgrade procedure is required</li>
316316
</ul>
317317

@@ -324,7 +324,7 @@ <h3>3.2 Upgrading from Chamilo 1.9.x</h3>
324324
<li> download the Chamilo 1.10 install package from the <a href="http://www.chamilo.org/download">Chamilo download page</a></li>
325325
<li> unzip the new files of Chamilo 1.10 over the files of the older version (or unzip the files in one folder and then copy the files from there to the older version's directory)</li>
326326
<li> make *absolutely sure* that the .htaccess file of version 1.10 is copied as well</li>
327-
<li> make sure "AllowOverride All" is present in your Apache configuration, as interpreting the .htaccess files is very important for Chamilo to work (note that Order-Allow directives have been replaced by "Require all granted" in Apache 2.4)</li>
327+
<li> make sure "AllowOverride All" is present in your Apache configuration, as interpreting the .htaccess files is very important for Chamilo to work (note that the Order-Allow directive has been replaced by "Require all granted" in Apache 2.4)</li>
328328
<li> point your browser on your portal URL + main/install/</li>
329329
<li> click&nbsp;<span style="font-style: italic;">Install</span>, then choose <span style="font-style: italic;">Upgrade from 1.9.*</span></li>
330330
</ul>

documentation/installation_guide_fr_FR.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</nav>
3737

3838
<div class="container">
39-
<h1>Guide d'installation de Chamilo LMS</h1>
39+
<h1>Guide d'installation de Chamilo LMS 1.10</h1>
4040

4141
<p>Merci d'avoir téléchargé Chamilo</p>
4242
<ul>

documentation/installation_guide_it_IT.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</nav>
3737

3838
<div class="container">
39-
<h1>Guida di installazione di Chamilo LMS</h1>
39+
<h1>Guida di installazione di Chamilo LMS 1.9</h1>
4040
<p class="p1"><span class="s1">Grazie per aver scaricato Chamilo</span></p>
4141
<ul>
4242
<li class="li2"><span class="s1">Testa le funzionalità di Chamilo nel <a href="http://campus.chamilo.org/"><span class="s2">Free Campus</span></a></span></li>

0 commit comments

Comments
 (0)