From bf56a0cf104c40cc091bf15958c8c5287f969b23 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Mon, 28 Mar 2011 02:38:29 +0200 Subject: [PATCH] convertred projects/infopoint-html.mdwn from original web site --- projects/infopoint-html.mdwn | 2 +- projects/wilhelm-gym-repo.mdwn | 37 ++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 projects/wilhelm-gym-repo.mdwn diff --git a/projects/infopoint-html.mdwn b/projects/infopoint-html.mdwn index f1f77df..592eddd 100644 --- a/projects/infopoint-html.mdwn +++ b/projects/infopoint-html.mdwn @@ -36,7 +36,7 @@ Cool, what do I have to do? * 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"`. diff --git a/projects/wilhelm-gym-repo.mdwn b/projects/wilhelm-gym-repo.mdwn new file mode 100644 index 0000000..9b71ea8 --- /dev/null +++ b/projects/wilhelm-gym-repo.mdwn @@ -0,0 +1,37 @@ +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`:
+    \# 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
+    
+ + * Double-check the key fingerprint:
+    \# 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
+    
+ -- 2.20.1