Changes between Version 24 and Version 25 of GPSphotos


Ignore:
Timestamp:
02/18/17 21:47:54 (8 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GPSphotos

    v24 v25  
    7171psql -f gpsphoto/table.sql -d mapserver
    7272}}}
     73
     74=== update postgresql configuration ===
     75Add the following line to /var/lib/pgsql/9.6/data/postgresql.conf
     76{{{
     77listen_addresses = '*'
     78}}
     79Comment all original lines in pg_hba.conf and put the following at the bottom:
     80{{{
     81local   all             all                                     md5
     82host    all             all             127.0.0.1/32            md5
     83host    all             all             ::1/128                 md5
     84}}}
     85Add the following line to pg_ident.conf:
     86{{{
     87gpsphoto        apache                  mapserver
     88}}}
     89
     90
    7391== Spatialite ==
    7492 * install spatiallite if you chose SQLite as the backend DB from the epel repository: