[svn r17340] Updated to 1.8.6

skala
Yannick Warnier 17 years ago
parent b852cef583
commit cc65975490
  1. 2
      documentation/dependencies.html
  2. 4
      documentation/index.html
  3. 22
      documentation/installation_guide.html

@ -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>Dokeos 1.8.5 Server Dependencies</title>
<title>Dokeos 1.8.6 Server Dependencies</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">

@ -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>Dokeos 1.8.5</title>
<title>Dokeos 1.8.6</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">
@ -15,7 +15,7 @@
</head>
<body>
<div id="header1">
<h1>Dokeos 1.8.5 Documentation</h1>
<h1>Dokeos 1.8.6 Documentation</h1>
</div>
<div id="outerframe">

@ -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> :&nbsp;
<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&nbsp;<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 />

Loading…
Cancel
Save