* Get a machine with a network connection and a big display
* Install a fresh [Debian](http://debian.org/distrib) system on it (“base”
package set is totally sufficient)
- * Add my Debian repository (instructions [here](/projects/wilhelm-gym-repo))
+ * Add my Debian repository (instructions [[here|projects/wilhelm-gym-repo]])
* Install the Infopoint HTML Viewer: `aptitude install infopoint-html`
* Configure the URL you want to display: edit `/etc/default/infopoint-html`
and change the `URL` option. Also be sure to set `AUTOSTART="yes"`.
--- /dev/null
+The wilhelm-gym.net Debian repository
+=====================================
+
+The wilhelm-gym.net Debian repository currently contains the following
+software:
+
+ * `infopoint-html`, [[the Infopoint HTML Viewer|projects/infopoint-html]]
+ * `iserv-mod-room-reservation`, a
+ [booking table for rooms](http://wiki.iserv.eu/wiki/Raumbelegungsplan)
+ (german link) for the [IServ][1] platform
+ * `iserv-mod-error-reporter`, a simple
+ [bug reporting tool](http://wiki.iserv.eu/wiki/Fehlermeldungsassistent)
+ (german link) for the [IServ][1] platform
+
+[1]: http://iserv.eu
+
+Instructions
+------------
+
+On any recent Debian system, do the following:
+
+ * Be root.
+ * Add the repository to `sources.list`: <pre>
+ \# echo "deb http://packages.wilhelm-gym.net/debian stable main" > /etc/apt/sources.list.d/wilhelm-gym.list
+ \# aptitude update
+ \# aptitude install -y -o Aptitude::Cmdline::ignore-trust-violations=true wilhelm-gym-repo-keyring
+ \# aptitude update
+ </pre>
+
+ * Double-check the key fingerprint: <pre>
+ \# apt-key fingerprint
+ pub 1024D/9DDD734B 2011-02-05
+ Key fingerprint = 9606 1022 48CB D253 4A12 5DE3 9777 CA77 9DDD 734B
+ uid Wilhelm-Gymnasium, Braunschweig (Repository Key)
+ sub 2048g/DF8AB114 2011-02-05
+ </pre>
+