diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2017-10-15 22:11:04 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2017-10-15 22:12:40 +0200 |
commit | 8c76d846f9c066e929d1ef28e527e48594cdc50b (patch) | |
tree | 5c157fe147c286da0c596cc4727a544d8712569f | |
parent | 7303c3a283c5d159e49e2bb21affa4df5a70e22c (diff) |
Create a wiki. Instructions for Nginx added
Some instructions for Nginx added. Consider those a stub.
*TODO Flash out those better.*
-rw-r--r-- | create-a-wiki.mdwn | 25 |
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 ================================== |