wishlist update
[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 2048R/0D05ED3E 2014-01-01 [expires: 2017-12-31]
35 Key fingerprint = 50ED 1BAD E0A5 910A 8B26 84B3 0B02 3D2B 0D05 ED3E
36 uid Wilhelm-Gymnasium Braunschweig (Repository Key) <packages@wilhelm-gym.net>
37 sub 2048R/1CCA0A2B 2014-01-01 [expires: 2017-12-31]
38 </pre>
39
This page took 0.051527 seconds and 5 git commands to generate.