|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<title>Dokeos 1.8.5 Installation Guide</title> |
|
|
|
|
<title>Dokeos 1.8.6 Installation Guide</title> |
|
|
|
|
<link rel="stylesheet" href="default.css" type="text/css" media="screen,projection" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -27,7 +27,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="header1"> |
|
|
|
|
<h1>Dokeos 1.8.5 Installation Guide</h1> |
|
|
|
|
<h1>Dokeos 1.8.6 Installation Guide</h1> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
@ -391,8 +391,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 Dokeos 1.8.5 install package from the <a href="http://www.dokeos.com/en/node/33">Dokeos download page</a></li> |
|
|
|
|
<li> unzip the new files of Dokeos 1.8.5 over the files of the older version</li> |
|
|
|
|
<li> download the Dokeos 1.8.6 install package from the <a href="http://www.dokeos.com/en/node/33">Dokeos download page</a></li> |
|
|
|
|
<li> unzip the new files of Dokeos 1.8.6 over the files of the older version</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> |
|
|
|
|
@ -432,9 +432,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 Dokeos 1.8.5 install package from the |
|
|
|
|
<li> download the Dokeos 1.8.6 install package from the |
|
|
|
|
<a href="http://www.dokeos.com/en/node/33">Dokeos download page</a></li> |
|
|
|
|
<li> unzip the new files of Dokeos 1.8.5 in the main Dokeos directory. The |
|
|
|
|
<li> unzip the new files of Dokeos 1.8.6 in the main Dokeos directory. The |
|
|
|
|
new directory <em>main</em> should be located directly inside your |
|
|
|
|
Dokeos root folder</li> |
|
|
|
|
<li> point your browser on your portal URL</li> |
|
|
|
|
@ -512,11 +512,11 @@ On the command-line, type: |
|
|
|
|
<li>mkdir /var/www/dokeos/old_version</li> |
|
|
|
|
<li>mv /var/www/dokeos/* /var/www/dokeos/old_version/</li> |
|
|
|
|
<li>chmod -R 0777 /var/www/dokeos/old_version/</li> |
|
|
|
|
<li>wget http://www.dokeos.com/download/dokeos-1.8.5.tar.gz</li> |
|
|
|
|
<li>tar zxvf dokeos-1.8.5.tar.gz</li> |
|
|
|
|
<li>sudo cp -ra dokeos-1.8.5/* /var/www/dokeos/</li> |
|
|
|
|
<li>rm dokeos-1.8.5.tar.gz</li> |
|
|
|
|
<li>sudo rm -r dokeos-1.8.5/</li> |
|
|
|
|
<li>wget http://www.dokeos.com/download/dokeos-1.8.6.tar.gz</li> |
|
|
|
|
<li>tar zxvf dokeos-1.8.6.tar.gz</li> |
|
|
|
|
<li>sudo cp -ra dokeos-1.8.6/* /var/www/dokeos/</li> |
|
|
|
|
<li>rm dokeos-1.8.6.tar.gz</li> |
|
|
|
|
<li>sudo rm -r dokeos-1.8.6/</li> |
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
<br /> |
|
|
|
|
|