From 8c76d846f9c066e929d1ef28e527e48594cdc50b Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 15 Oct 2017 22:11:04 +0200 Subject: Create a wiki. Instructions for Nginx added Some instructions for Nginx added. Consider those a stub. *TODO Flash out those better.* --- create-a-wiki.mdwn | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'create-a-wiki.mdwn') 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 +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 ================================== -- cgit v1.2.3