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:
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
{{{
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
}}}