convertred projects/infopoint-html.mdwn from original web site
authorRoland Hieber <rohieb@rohieb.name>
Mon, 28 Mar 2011 00:38:29 +0000 (02:38 +0200)
committerRoland Hieber <rohieb@rohieb.name>
Mon, 28 Mar 2011 00:38:29 +0000 (02:38 +0200)
projects/infopoint-html.mdwn
projects/wilhelm-gym-repo.mdwn [new file with mode: 0644]

index f1f77df..592eddd 100644 (file)
@@ -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)
   * 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"`.
   * 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 (file)
index 0000000..9b71ea8
--- /dev/null
@@ -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`: <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>
+
This page took 0.02313 seconds and 4 git commands to generate.