diff options
author | Nawa <bellefeegore@follepensee.net> | 2012-11-29 23:54:29 +0100 |
---|---|---|
committer | Nawa <bellefeegore@follepensee.net> | 2012-11-29 23:54:29 +0100 |
commit | 3dac3aa1a580f04376a1c16d2416f34351b14adb (patch) | |
tree | 0ca960932b5c5bc8a7f21afcc5a8945029c39704 /docs/install.rst | |
parent | 32cbf101cefcb4928a751429c09f00d544893037 (diff) | |
download | Chimère-3dac3aa1a580f04376a1c16d2416f34351b14adb.tar.bz2 Chimère-3dac3aa1a580f04376a1c16d2416f34351b14adb.zip |
Documentation: new corrections, mainly on the administration part
Diffstat (limited to 'docs/install.rst')
-rw-r--r-- | docs/install.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/install.rst b/docs/install.rst index b68b365..248ece9 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -92,8 +92,8 @@ the paths accordingly to your needs):: psql -d chimere -f /usr/share/postgresql/$PG_VERSION/contrib/postgis-1.5/postgis.sql psql -d chimere -f /usr/share/postgresql/$PG_VERSION/contrib/postgis-1.5/spatial_ref_sys.sql -Install the sources -******************* +Installing the sources +********************** Choose a path to install your Chimère:: @@ -135,8 +135,8 @@ Another solution is to get it from the git repository:: git checkout v2.0 # checkout the desired version -Create a custom project template -******************************** +Creating a custom project template +********************************** There, a default project is provided (*example_project*). Copy and modify it (or get another project based on Chimère):: |