[svn r15592] More final fixes to documentation

skala
Yannick Warnier 17 years ago
parent 0611d5bc54
commit e1e5c842de
  1. 19
      documentation/installation_guide.html

@ -389,8 +389,8 @@ please ask your hosting provider for advice.<br />
<em>If you upgrade from Dokeos 1.8.x</em> :&nbsp;
<ul>
<li> check that you haven't left any customised stylesheet or image*</li>
<li> download the Dokeos 1.8.4 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.4 over the files of the older version</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> point your browser on your portal URL + main/install/</li>
<li> choose your language and click&nbsp;<span style="font-style: italic;">Upgrade from 1.8.x</span></li>
</ul>
@ -430,9 +430,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.4 install package from the
<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.4 in the main Dokeos directory. The
<li> unzip the new files of Dokeos 1.8.5 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>
@ -510,12 +510,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.4.zip</li>
<li>unzip dokeos-1.8.4.zip</li>
<li>cp -r dokeos/* /var/www/dokeos/</li>
<li>sudo chmod -R 0777 /var/www/dokeos/</li>
<li>rm dokeos-1.8.4.zip</li>
<li>rm -r dokeos/</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>
</ul>
<br />

Loading…
Cancel
Save