forked from nirgal/EyeFiServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
73 lines (54 loc) · 2.22 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
This is eyefiserver version 2.4 +github snapshoot
INSTALLATION
------------
Structure of this package :
.
|-- etc/
| |-- eyefiserver.conf
| `-- init.d/
| `-- eyefiserver
|-- usr/
`-- local/
|-- bin/
| `-- eyefiserver
`-- share/
\-- man/
|-- man1/
| `-- eyefiserver.1
`-- man5/
`-- eyefiserver.conf.5
If you're familiar with linux, that basically sums it up :-)
You need to copy the files in the right place.
Optionally add stuff to your start-stop sequence. On debian/ubuntu, use
update-rc.d:
sudo update-rc.d eyefiserver defaults
et voilà.
CONFIGURATION
-------------
To use this script you need to have your Eye-Fi "upload key".
You can find it after configuring the card, which you can currently on do only
on Windows or Mac:
On Windows:
See C:\Documents and Settings\<User>\Application Data\Eye-Fi\Settings.xml
On Mac:
See ~/Applications Data/Eye-Fi/Settings.xml
You must search for it and paste it in eyefiserver.conf. Then server needs to be
reloaded after editing that file.
See manual for a full description of options.
MAN PAGES
---------
Man pages can be generated using txt2man utility:
txt2man -t eyefiserver -r "eyefiserver 2.3" -s 1 -v "Executable programs or shell commands" -I file doc/eyefiserver.txt > doc/eyefiserver.1
txt2man -t eyefiserver.conf -r "eyefiserver 2.3" -s 5 -v "File formats and conventions" doc/eyefiserver.conf.txt > doc/eyefiserver.conf.5
LICENSE
-------
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.