Changes between Version 182 and Version 183 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
08/05/13 20:41:25 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v182 v183  
    4343NB PostGIS in Debian Lenny is rather old - recommend using the version in Squeeze or Wheezy
    4444
    45 Squeeze docs (for Wheezy replace '8.4' with '9.1'):
     45Wheezy users:
     46{{{
     47apt-get install -y postgresql-9.1-postgis
     48su postgres
     49createuser -s -P gis
     50
     51createdb -O gis -E UTF8 gis -T template0
     52psql -d gis -f /usr/share/postgresql/9.1/contrib/postgis-1.5/postgis.sql
     53psql -d gis -f /usr/share/postgresql/9.1/contrib/postgis-1.5/spatial_ref_sys.sql
     54}}}
     55
     56Squeeze users:
    4657{{{
    4758apt-get install -y postgresql-8.4-postgis