Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Search
Context navigation
← Previous change
Wiki history
Next change
→
Changes between
Initial version
and
Version 1
of
GPSphotos
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
{{{
6
yum install epel-release
7
}}}
8
* install spatialite
9
{{{
10
yum install libspatialite
11
}}}
12
* install mod_wsgi
13
{{{
14
yum install mod_wsgi
15
}}}