Changes between Version 3 and Version 4 of GPSphotos
- Timestamp:
- 09/25/16 10:46:06 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPSphotos
v3 v4 6 6 yum install epel-release 7 7 }}} 8 * install spatial ite8 * install spatiallite if you chose SQLite as the backend DB: 9 9 {{{ 10 10 yum install libspatialite 11 11 }}} 12 * install mod_wsgi 12 * Install postgresql server and postgis if Postgres is the backend DB: 13 13 {{{ 14 yum install mod_wsgi14 yum install postgresql-server postgis 15 15 }}} 16 python-webob 17 python-psycopg2 18 python-pillow 19 yum install epel-release 16 17 In order for GPSphoto to work you also need the following packages: 18 {{{ 19 yum install mod_wsgi python-webob python-psycopg2 python-pillow python2-boto 20 }}} 20 21 21 22