diff --git a/documentation/installation_guide.html b/documentation/installation_guide.html
index 46239a94a6..94c02ab097 100644
--- a/documentation/installation_guide.html
+++ b/documentation/installation_guide.html
@@ -389,8 +389,8 @@ please ask your hosting provider for advice.
If you upgrade from Dokeos 1.8.x :
- check that you haven't left any customised stylesheet or image*
- - download the Dokeos 1.8.4 install package from the Dokeos download page
- - unzip the new files of Dokeos 1.8.4 over the files of the older version
+ - download the Dokeos 1.8.5 install package from the Dokeos download page
+ - unzip the new files of Dokeos 1.8.5 over the files of the older version
- point your browser on your portal URL + main/install/
- choose your language and click Upgrade from 1.8.x
@@ -430,9 +430,9 @@ The complete process is as follow:
old_version 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
- download the Dokeos 1.8.4 install package from the
+ download the Dokeos 1.8.5 install package from the
Dokeos download page
- unzip the new files of Dokeos 1.8.4 in the main Dokeos directory. The
+ unzip the new files of Dokeos 1.8.5 in the main Dokeos directory. The
new directory main should be located directly inside your
Dokeos root folder
point your browser on your portal URL
@@ -510,12 +510,11 @@ On the command-line, type:
mkdir /var/www/dokeos/old_version
mv /var/www/dokeos/* /var/www/dokeos/old_version/
chmod -R 0777 /var/www/dokeos/old_version/
- wget http://www.dokeos.com/download/dokeos-1.8.4.zip
- unzip dokeos-1.8.4.zip
- cp -r dokeos/* /var/www/dokeos/
- sudo chmod -R 0777 /var/www/dokeos/
- rm dokeos-1.8.4.zip
- rm -r dokeos/
+ wget http://www.dokeos.com/download/dokeos-1.8.5.tar.gz
+ tar zxvf dokeos-1.8.5.tar.gz
+ sudo cp -ra dokeos-1.8.5/* /var/www/dokeos/
+ rm dokeos-1.8.5.tar.gz
+ sudo rm -r dokeos-1.8.5/