Changes between Version 213 and Version 214 of UserGuidelines/GIS/Data


Ignore:
Timestamp:
07/15/13 13:01:54 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/GIS/Data

    v213 v214  
    140140
    141141[wiki:InstallationGuidelinesGISDataLinux#PostGIS PostGIS] is recommended as the main data store.
     142* Allow Read access to !GeoServer:
     143{{{
     144su postgres
     145psql
     146CREATE USER geoserver WITH PASSWORD 'geoserver';
     147\c sahana
     148GRANT CONNECT ON DATABASE sahana to geoserver;
     149}}}
    142150
    143151Configure: