You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
older version's directory). Note that you should remove the "home" and
311
311
"searchdb" directories from the package before you overwrite the previous
312
312
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>
315
315
<li> you're done! No other upgrade procedure is required</li>
316
316
</ul>
317
317
@@ -324,7 +324,7 @@ <h3>3.2 Upgrading from Chamilo 1.9.x</h3>
324
324
<li> download the Chamilo 1.10 install package from the <ahref="http://www.chamilo.org/download">Chamilo download page</a></li>
325
325
<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>
326
326
<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>
328
328
<li> point your browser on your portal URL + main/install/</li>
329
329
<li> click <spanstyle="font-style: italic;">Install</span>, then choose <spanstyle="font-style: italic;">Upgrade from 1.9.*</span></li>
Copy file name to clipboardExpand all lines: documentation/installation_guide_it_IT.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
</nav>
37
37
38
38
<divclass="container">
39
-
<h1>Guida di installazione di Chamilo LMS</h1>
39
+
<h1>Guida di installazione di Chamilo LMS 1.9</h1>
40
40
<pclass="p1"><spanclass="s1">Grazie per aver scaricato Chamilo</span></p>
41
41
<ul>
42
42
<liclass="li2"><spanclass="s1">Testa le funzionalità di Chamilo nel <ahref="http://campus.chamilo.org/"><spanclass="s2">Free Campus</span></a></span></li>
0 commit comments