summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2019-11-11 18:01:18 +0100
committerGustav Eek <gustav.eek@fripost.org>2019-11-19 17:02:30 +0100
commitaeebe88068b74145fd6b9d0c77c7851333ee9d87 (patch)
treecef8fb5962a5078b20e895f026dd009f2616d45b
parentd9e5eab7e8a8d538b9eaeb242fc9774b39f7e0bd (diff)
[create-a-wiki] Intial on other system
-rw-r--r--create-a-wiki/other-system.mdwn43
1 files changed, 43 insertions, 0 deletions
diff --git a/create-a-wiki/other-system.mdwn b/create-a-wiki/other-system.mdwn
new file mode 100644
index 0000000..4bd9a24
--- /dev/null
+++ b/create-a-wiki/other-system.mdwn
@@ -0,0 +1,43 @@
+---
+title: Guide for other systems than Debian
+...
+
+Not all use Debian stable. This page covers some cases where we have
+installed a wiki preview on other systems.
+
+Basic assumption is that one tries to follow the guidelines
+in [Create a Fripost wiki preview](/create-a-wiki-preview).
+
+Expected challenges
+
+ * Installing and configuring Git is no problem for most
+ * Perl dependency packages
+
+Perl packages
+=============
+
+ libauthen-passphrase-perl \
+ highlight-common libhighlight-perl
+ libimage-magick-perl \
+ libmail-sendmail-perl libnet-dns-sec-perl \
+ fcgiwrap spawn-fcgi \
+ pandoc \
+ clamdscan
+
+GNU Guix
+========
+
+For distributions with GNU Guix package manager. One need to construct
+a manifest:
+
+
+```
+cat <<EOF >> /tmp/manifest.manifest
+;; Lisp manfest
+EOF
+```
+
+Kör.
+
+
+