diff options
| author | Nim <etienne.loks@peacefrogs.net> | 2012-02-18 19:38:26 +0100 |
|---|---|---|
| committer | Nim <etienne.loks@peacefrogs.net> | 2012-02-18 19:38:26 +0100 |
| commit | 0e9a4dfe775bee03c7f758ce4e107eb38c6743ac (patch) | |
| tree | f0ac14cb289171732cba4b15eb88677d55350163 /docs/install.rst | |
| parent | 88339592c3f3a3fe2f5dd127bdf1fed73d11dad9 (diff) | |
| download | Chimère-0e9a4dfe775bee03c7f758ce4e107eb38c6743ac.tar.bz2 Chimère-0e9a4dfe775bee03c7f758ce4e107eb38c6743ac.zip | |
Upgrade doc - add dependancies
Diffstat (limited to 'docs/install.rst')
| -rw-r--r-- | docs/install.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst index b31ac25..884867b 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -69,8 +69,8 @@ Then, you have to create the database, and initialize the geographic types (adap createdb --echo --owner chimere-user --encoding UNICODE chimere "My Chimère database" createlang plpgsql chimere - psql -d chimere -f /usr/share/postgresql-8.3-postgis/lwpostgis.sql - psql -d chimere -f /usr/share/postgresql-8.3-postgis/spatial_ref_sys.sql + psql -d chimere -f /usr/share/postgresql/9.1/contrib/postgis-1.5/postgis.sql + psql -d chimere -f /usr/share/postgresql/9.1/contrib/postgis-1.5/spatial_ref_sys.sql Getting the sources ******************* |
