Changes between Version 3 and Version 4 of GPSphotos


Ignore:
Timestamp:
09/25/16 10:46:06 (8 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GPSphotos

    v3 v4  
    66yum install epel-release
    77}}}
    8  * install spatialite
     8 * install spatiallite if you chose SQLite as the backend DB:
    99{{{
    1010yum install libspatialite
    1111}}}
    12  * install mod_wsgi
     12* Install postgresql server and postgis if Postgres is the backend DB:
    1313{{{
    14 yum install mod_wsgi
     14yum install postgresql-server postgis
    1515}}}
    16 python-webob
    17 python-psycopg2
    18 python-pillow
    19 yum install epel-release
     16
     17In order for GPSphoto to work you also need the following packages:
     18{{{
     19yum install mod_wsgi python-webob python-psycopg2 python-pillow python2-boto
     20}}}
    2021
    2122