From aeebe88068b74145fd6b9d0c77c7851333ee9d87 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Mon, 11 Nov 2019 18:01:18 +0100 Subject: [create-a-wiki] Intial on other system --- create-a-wiki/other-system.mdwn | 43 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 create-a-wiki/other-system.mdwn 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 <> /tmp/manifest.manifest +;; Lisp manfest +EOF +``` + +Kör. + + + -- cgit v1.2.3