From 0e9a4dfe775bee03c7f758ce4e107eb38c6743ac Mon Sep 17 00:00:00 2001 From: Nim Date: Sat, 18 Feb 2012 19:38:26 +0100 Subject: Upgrade doc - add dependancies --- docs/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/install.rst') 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 ******************* -- cgit v1.2.3