From 3dac3aa1a580f04376a1c16d2416f34351b14adb Mon Sep 17 00:00:00 2001 From: Nawa Date: Thu, 29 Nov 2012 23:54:29 +0100 Subject: Documentation: new corrections, mainly on the administration part --- docs/_build/html/upgrade.html | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'docs/_build/html/upgrade.html') diff --git a/docs/_build/html/upgrade.html b/docs/_build/html/upgrade.html index d0cd08f..c38cc8f 100644 --- a/docs/_build/html/upgrade.html +++ b/docs/_build/html/upgrade.html @@ -62,6 +62,8 @@ +

This document presents the upgrade of Chimère. +It has been updated for version 2.0.0.

Before any upgrade backup the database and all your installation files (specially if you have made changes to them). The process for migration requires a basic knowledge of Git and Linux CLI. It is @@ -73,8 +75,8 @@ to v2.0. The only optional step is the integration of your customisations.

The current stable version is 2.0. If you are considering to contribute on Chimère get the Git master.

The instruction are given for Debian Squeeze and Debian Wheezy.

-
-

Get new version of dependencies

+
+

Getting new versions of dependencies

Version 1.1 -> 1.2

apt-get install python-lxml libjs-jquery gpsbabel python-gdal
@@ -105,8 +107,8 @@ Then install the new dependencies:

-
-

Get the new sources

+
+

Getting the new sources

First of all we have to get the new version of the source code. For this upgrade process, we are getting the source code from the Git repository.

@@ -138,7 +140,7 @@ git rebase $CHIMERE_TAG

From a previous tarball installation

-

Remove first your old installation and get the Git version.

+

First remove your old installation and get the Git version.

cd $CHIMERE_PATH
 cd ..
 rm -rf $CHIMERE_PATH
@@ -236,7 +238,7 @@ configuration file to point to the correct settings:
 

Version 1.1 -> 1.2

Migration scripts test your installation before making changes so you probably -won’t have any lost but by precaution before running theses scripts don’t forget +won’t have any lost but by precaution before running these scripts don’t forget to backup your database. You can also make a copy of your current database into a new database and make the new installation to this new database.

@@ -296,8 +298,8 @@ django-admin compilemessages
-
-

Force the upgrade of visitor’s web browser cache

+
+

Forcing the upgrade of visitor’s web browser cache

If major changes in the javascript has be done between version, many of your users could experience problems. There are many tricks to force the refresh of their cache. One of them is to change the location of statics files. To do @@ -327,7 +329,7 @@ ln -s `pwd`Table Of Contents