X-Git-Url: https://git.rohieb.name/www-rohieb-name.git/blobdiff_plain/4f8db8820891800ef3e6cdffaf2151ed3253fa43..bf56a0cf104c40cc091bf15958c8c5287f969b23:/projects/wilhelm-gym-repo.mdwn 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
+    
+