Changes between Version 9 and Version 10 of GPSphotos
- Timestamp:
- 2016-09-26T23:06:58+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPSphotos
v9 v10 27 27 Get the latest postgres / postgis by install the Yum repo from https://yum.postgresql.org/repopackages.php and install the following packages: 28 28 {{{ 29 yum install postgresql95-server postgresql95 postgresql95-contrib postgis2_95 postgis2_95-utils postgis2_95-client python-psycopg2 python-psycopg2-doc ogr_fdw95 29 yum install postgresql95-server postgresql95 postgresql95-contrib postgis2_95 postgis2_95-utils\ 30 postgis2_95-client python-psycopg2 python-psycopg2-doc ogr_fdw95 pgrouting_95 30 31 }}} 31 32 Edit /etc/sysconfig/pgsql/postgresql-9.5 to contain the following content: