summaryrefslogtreecommitdiffstats
path: root/create-a-wiki.mdwn
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2018-03-31 10:18:30 +0200
committerGustav Eek <gustav.eek@fripost.org>2018-03-31 10:18:30 +0200
commita0cfb02fdaffc070c974e2fa27e86d3abc4522a2 (patch)
tree488ca650064b82cbf867d6595f54ced3f8b9ff97 /create-a-wiki.mdwn
parent7ba626f979b3978563aebad41c27954bbb4e40b2 (diff)
parentd0a5d3daa9a56e69bd31a0e3e708963ba1d4cad6 (diff)
Merge branch 'master' into meeting-list
Conflicts: moten.mdwn
Diffstat (limited to 'create-a-wiki.mdwn')
-rw-r--r--create-a-wiki.mdwn25
1 files changed, 25 insertions, 0 deletions
diff --git a/create-a-wiki.mdwn b/create-a-wiki.mdwn
index 1a741a4..b6736f1 100644
--- a/create-a-wiki.mdwn
+++ b/create-a-wiki.mdwn
@@ -38,6 +38,16 @@ install and configuration and
[an article on Git](https://ikiwiki.info/rcs/git/) for more details on
setting up Ikiwiki together with Git.
+Install packages referred to in the ansible configuration:
+
+ sudo aptitude install \
+ ikiwiki \
+ libauthen-passphrase-perl \
+ highlight-common libhighlight-perl libimage-magick-perl \
+ libmail-sendmail-perl libnet-dns-sec-perl \
+ fcgiwrap spawn-fcgi \
+ pandoc
+
I did my best to answer the questions provided in the initial
installation and default configuration with the target of ending up
with something like this:
@@ -126,6 +136,21 @@ in Apache's documentation. My
</IfModule>
+Install and conifgure Nginx
+===========================
+
+A valid web server alternative
+is
+[Nginx](http://nginx.org/en/docs/).
+
+For installation and configuration
+follow [Ikiwiki on Dot CGI](https://ikiwiki.info/tips/dot_cgi/). `sudo
+aptitude install nginx`. Note the alexjj comment that on
+Debian the package *fcgiwrap* automatically spwans the FastCGI
+program.
+
+
+
Get preview of local modifications
==================================