From ed31edf4657212fd4374c129ab0ffb0a00ebe3b8 Mon Sep 17 00:00:00 2001 From: Nawa Date: Fri, 30 Nov 2012 00:35:09 +0100 Subject: Documentation: new corrections, mainly in the upgrade part --- docs/_build/html/install.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/_build/html/install.html') diff --git a/docs/_build/html/install.html b/docs/_build/html/install.html index 6aaf672..15ba3bd 100644 --- a/docs/_build/html/install.html +++ b/docs/_build/html/install.html @@ -145,6 +145,10 @@ psql -d chimere -f /usr/share/postgresql/$PG_VERSION/contrib/postgis-1.5/spatial

Installing the sources

+
+

Note

+

If you are considering to contribute on Chimère get the Git master.

+

Choose a path to install your Chimère:

INSTALL_PATH=/var/local/django
 mkdir $INSTALL_PATH
@@ -171,8 +175,8 @@ chown -R myusername:www-data chimere
-

From the git repository

-

Another solution is to get it from the git repository:

+

From the Git repository

+

Another solution is to get it from the Git repository:

cd $INSTALL_PATH
 git clone git://www.peacefrogs.net/git/chimere
 cd chimere
@@ -331,7 +335,7 @@ line:

  • Database configuration
  • Installing the sources
  • Creating a custom project template
  • -- cgit v1.2.3