blob: 4bd9a24f5309c23ab63f8c987d39380cd9b54e30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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.
|