Changes between Version 59 and Version 60 of InstallationGuidelines/PostgreSQL


Ignore:
Timestamp:
03/14/12 22:53:19 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/PostgreSQL

    v59 v60  
    157157
    158158== Add Geometry column to gis_location ==
     159Tell Sahana that the DB is spatially-enabled so that routines can make use of this:
     160{{{
     161vim models/000_config.py
     162deployment_settings.gis.spatialdb = True
     163}}}
     164
     165
     166The rest of this section is DEPRECATED (now done by Spatial DAL)
     167
    159168If using PostGIS, then once the tables have been created:
    160169{{{
     
    193202su -c - postgres "psql -q -d sahana -f /tmp/autopopulate.sql"
    194203}}}
    195 
    196 Tell Sahana that the DB is spatially-enabled so that routines can make use of this:
    197 {{{
    198 vim models/000_config.py
    199 deployment_settings.gis.spatialdb = True
    200 }}}
    201204== Backups ==
    202205{{{