Changes between Initial Version and Version 1 of GPSphotos


Ignore:
Timestamp:
09/24/16 22:44:52 (8 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}}}