Changes between Version 213 and Version 214 of UserGuidelines/GIS/Data
- Timestamp:
- 07/15/13 13:01:54 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/GIS/Data
v213 v214 140 140 141 141 [wiki:InstallationGuidelinesGISDataLinux#PostGIS PostGIS] is recommended as the main data store. 142 * Allow Read access to !GeoServer: 143 {{{ 144 su postgres 145 psql 146 CREATE USER geoserver WITH PASSWORD 'geoserver'; 147 \c sahana 148 GRANT CONNECT ON DATABASE sahana to geoserver; 149 }}} 142 150 143 151 Configure: