projects/infopoint-html: Screenshot gallery, still needs tuning
[www-rohieb-name.git] / projects / wilhelm-gym-repo.mdwn
1 The wilhelm-gym.net Debian repository
2 =====================================
3
4 The wilhelm-gym.net Debian repository currently contains the following
5 software:
6
7 * `infopoint-html`, the [[Infopoint HTML Viewer|projects/infopoint-html]]
8 * `iserv-mod-room-reservation`, a
9 [booking table for rooms](http://wiki.iserv.eu/wiki/Raumbelegungsplan)
10 (german link) for the [IServ][1] platform
11 * `iserv-mod-error-reporter`, a simple
12 [bug reporting tool](http://wiki.iserv.eu/wiki/Fehlermeldungsassistent)
13 (german link) for the [IServ][1] platform
14
15 [1]: http://iserv.eu
16
17 Instructions
18 ------------
19
20 On any recent Debian system, do the following:
21
22 * Be root.
23 * Add the repository to `sources.list`: <pre>
24 \# echo "deb http://packages.wilhelm-gym.net/debian stable main" > /etc/apt/sources.list.d/wilhelm-gym.list
25 \# aptitude update
26 \# aptitude install -y -o Aptitude::Cmdline::ignore-trust-violations=true wilhelm-gym-repo-keyring
27 \# aptitude update
28 </pre>
29
30 * Double-check the key fingerprint: <pre>
31 \# apt-key fingerprint
32 pub 1024D/9DDD734B 2011-02-05
33 Key fingerprint = 9606 1022 48CB D253 4A12 5DE3 9777 CA77 9DDD 734B
34 uid Wilhelm-Gymnasium, Braunschweig (Repository Key)
35 sub 2048g/DF8AB114 2011-02-05
36 </pre>
37
This page took 0.053404 seconds and 5 git commands to generate.