Changes between Version 2 and Version 3 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 08/31/10 12:16:10 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v2 v3 8 8 == PostGIS == 9 9 * [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]) 10 11 {{{ 11 12 apt-get install postgresql-8.3-postgis … … 37 38 38 39 reboot 39 }}} 40 ---- 41 Alternatively these can be installed as part of [http://opengeo.org/community/suite/download/ OpenGeoSuite] 40 41 su postgres 42 createuser -s -P gis 43 }}} 42 44 43 45 == Java ==