Changes between Version 24 and Version 25 of GPSphotos
- Timestamp:
- 02/18/17 21:47:54 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPSphotos
v24 v25 71 71 psql -f gpsphoto/table.sql -d mapserver 72 72 }}} 73 74 === update postgresql configuration === 75 Add the following line to /var/lib/pgsql/9.6/data/postgresql.conf 76 {{{ 77 listen_addresses = '*' 78 }} 79 Comment all original lines in pg_hba.conf and put the following at the bottom: 80 {{{ 81 local all all md5 82 host all all 127.0.0.1/32 md5 83 host all all ::1/128 md5 84 }}} 85 Add the following line to pg_ident.conf: 86 {{{ 87 gpsphoto apache mapserver 88 }}} 89 90 73 91 == Spatialite == 74 92 * install spatiallite if you chose SQLite as the backend DB from the epel repository: