= Set up GPSphoto server on CentOS = * Install a bare web server * Add the Epel repository {{{ yum install epel-release }}} * install spatialite {{{ yum install libspatialite }}} * install mod_wsgi {{{ yum install mod_wsgi }}} python-webob python-psycopg2 python-pillow