|
@@ -2,7 +2,7 @@
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
|
<head>
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
- <title>Chamilo 1.8.6.2 Installation Guide</title><link rel="stylesheet" href="default.css" type="text/css" media="screen,projection" />
|
|
|
+ <title>Chamilo 1.8.7 Installation Guide</title><link rel="stylesheet" href="default.css" type="text/css" media="screen,projection" />
|
|
|
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
|
|
|
<style type="text/css">
|
|
|
<!--
|
|
@@ -16,7 +16,7 @@
|
|
|
<body>
|
|
|
|
|
|
<div id="header1">
|
|
|
- <h1>Chamilo 1.8.6.2 : Installation Guide</h1>
|
|
|
+ <h1>Chamilo 1.8.7 : Installation Guide</h1>
|
|
|
</div>
|
|
|
|
|
|
<a href="index.html">Documentation</a> > Installation Guide
|
|
@@ -24,7 +24,7 @@
|
|
|
<div id="main">
|
|
|
<p></p>
|
|
|
|
|
|
-<p>Thank you for downloading Chamilo 1.8.6.2.</p>
|
|
|
+<p>Thank you for downloading Chamilo 1.8.7.</p>
|
|
|
<ul>
|
|
|
<li>Test Chamilo on <a href="http://campus.chamilo.org">Free Campus</a></li>
|
|
|
</ul>
|
|
@@ -284,8 +284,8 @@ please ask your hosting provider for advice.<br />
|
|
|
<em>If you upgrade from Dokeos 1.8.x</em> :
|
|
|
<ul>
|
|
|
<li> check that you haven't left any customised stylesheet or image*</li>
|
|
|
- <li> download the Chamilo 1.8.6.2 Salto install package from the <a href="http://www.chamilo.org/download">Chamilo download page</a></li>
|
|
|
- <li> unzip the new files of Chamilo 1.8.6.2 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>
|
|
|
+ <li> download the Chamilo 1.8.7 Salto install package from the <a href="http://www.chamilo.org/download">Chamilo download page</a></li>
|
|
|
+ <li> unzip the new files of Chamilo 1.8.7 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>
|
|
|
<li> point your browser on your portal URL + main/install/</li>
|
|
|
<li> choose your language and click <span style="font-style: italic;">Upgrade from 1.8.x</span></li>
|
|
|
</ul>
|
|
@@ -325,9 +325,9 @@ The complete process is as follow:
|
|
|
<em>old_version</em> and make it writeable by the web server. This
|
|
|
is important to allow the move of the courses/ and upload/ directories
|
|
|
to the new install</li>
|
|
|
- <li> download the Chamilo 1.8.6.2 install package from the
|
|
|
+ <li> download the Chamilo 1.8.7 install package from the
|
|
|
<a href="http://www.chamilo.org/download">Chamilo download page</a></li>
|
|
|
- <li> unzip the new files of Chamilo 1.8.6.2 in the main Chamilo/Dokeos directory. The
|
|
|
+ <li> unzip the new files of Chamilo 1.8.7 in the main Chamilo/Dokeos directory. The
|
|
|
new directory <em>main</em> should be located directly inside your
|
|
|
Chamilo/Dokeos root folder</li>
|
|
|
<li> point your browser on your portal URL</li>
|
|
@@ -400,11 +400,11 @@ On the command-line, type:
|
|
|
<li>mkdir /var/www/chamilo/old_version</li>
|
|
|
<li>mv /var/www/chamilo/* /var/www/chamilo/old_version/</li>
|
|
|
<li>chmod -R 0777 /var/www/chamilo/old_version/</li>
|
|
|
- <li>wget http://www.chamilo.org/files/chamilo-1.8.6.2.tar.gz</li>
|
|
|
- <li>tar zxvf chamilo-1.8.6.2.tar.gz</li>
|
|
|
- <li>sudo cp -ra chamilo-1.8.6.2/* /var/www/chamilo/</li>
|
|
|
- <li>rm chamilo-1.8.6.2.tar.gz</li>
|
|
|
- <li>sudo rm -r chamilo-1.8.6.2/</li>
|
|
|
+ <li>wget http://www.chamilo.org/files/chamilo-1.8.7.tar.gz</li>
|
|
|
+ <li>tar zxvf chamilo-1.8.7.tar.gz</li>
|
|
|
+ <li>sudo cp -ra chamilo-1.8.7/* /var/www/chamilo/</li>
|
|
|
+ <li>rm chamilo-1.8.7.tar.gz</li>
|
|
|
+ <li>sudo rm -r chamilo-1.8.7/</li>
|
|
|
</ul>
|
|
|
|
|
|
<br />
|