summaryrefslogtreecommitdiffstats
path: root/create-a-wiki.mdwn
diff options
context:
space:
mode:
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
==================================