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