Changes between Initial version and Version 1 of GPSphotos


Ignore:
Timestamp:
2016-09-24T22:44:52+02:00 (9 years ago)
Author:
Jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GPSphotos

    v1 v1  
     1= Set up GPSphoto server on CentOS =
     2
     3 * Install a bare web server
     4 * Add the Epel repository
     5{{{
     6yum install epel-release
     7}}}
     8 * install spatialite
     9{{{
     10yum install libspatialite
     11}}}
     12 * install mod_wsgi
     13{{{
     14yum install mod_wsgi
     15}}}