summaryrefslogtreecommitdiffstats
path: root/create-a-wiki/other-system.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'create-a-wiki/other-system.mdwn')
-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.
+
+
+