Kwiki Installation

Darmstadt.pm | Mailingliste | Treffen, Veranstaltungen | Leute | Links | FAQ | ... Hilfe | Änderungen | Einstellung: | Impressum |
| Seite verändern

Installing a Kwiki Site

Kwiki is a snap to install.

First:

Second:

kwiki-install

Third:


Apache Config

Here's a sample Apache config section that may help.

Alias /kwiki/ /home/ingy/kwiki/
<Directory /home/ingy/kwiki/>
    Order allow,deny
    Allow from all
    AllowOverride None
    Options ExecCGI
    AddHandler cgi-script .cgi
</Directory>

Adjust to your needs.

See Also: