Changes between Version 11 and Version 12 of GPSphotos
- Timestamp:
- 09/26/16 23:25:34 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPSphotos
v11 v12 52 52 psql mapserver 53 53 > alter user mapserver with password <password> 54 55 psql -f /usr/share/postgresql/9.1/contrib/postgis-1.5/postgis.sql -d mapserver 56 psql -f /usr/share/postgresql/9.1/contrib/postgis-1.5/spatial_ref_sys.sql -d mapserver 57 psql -f /usr/share/postgresql/9.1/contrib/postgis_comments.sql -d mapserver 54 > CREATE EXTENSION postgis; 55 > CREATE EXTENSION postgis_topology; 56 > CREATE EXTENSION ogr_fdw; 57 }}} 58 To verify the install do: 59 {{{ 60 SELECT postgis_full_version(); 58 61 }}} 59 62 == Useful tools ==