Changes between Version 2 and Version 3 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
08/31/10 12:16:10 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v2 v3  
    88== PostGIS ==
    99 * [http://postgis.refractions.net PostGIS] adds Spatial storage to [http://www.postgresql.org PostgreSQL]
     10(alternatively these can be installed as part of [http://opengeo.org/community/suite/download/ OpenGeoSuite])
    1011{{{
    1112apt-get install postgresql-8.3-postgis
     
    3738
    3839reboot
    39 }}}
    40 ----
    41 Alternatively these can be installed as part of [http://opengeo.org/community/suite/download/ OpenGeoSuite]
     40
     41su postgres
     42createuser -s -P gis
     43}}}
    4244
    4345== Java ==