DokuWiki
From Linuxintro
Revision as of 11:00, 20 March 2010 by imported>ThorstenStaerk
DokuWiki is a wiki that stores data in plain files and to priviledge distinct users for viewing articles.
Website
DokuWiki's website is http://www.dokuwiki.org/
Installing
To install dokuwiki, e.g. on SUSE Linux 11.2, you will need a running http service that is php enabled.
yast -i apache2 yast -i apache2-mod_php5 /etc/init.d/apache2 start
Redirect
To make what mediawiki calls a redirect, use the goto plugin: http://www.dokuwiki.org/plugin:goto