Difference between pages "Processes" and "DokuWiki"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
(New page: Process-related topics: * find out how long a process has been running ps -ef * find out which processes are active at the moment ps auxf)
 
imported>ThorstenStaerk
 
Line 1: Line 1:
Process-related topics:
+
DokuWiki is a [[wiki]] that stores data in plain files and to priviledge distinct users for viewing articles.
* find out how long a process has been running
+
 
  [[ps]] -ef
+
= Website =
* find out which processes are active at the moment
+
DokuWiki's website is http://www.dokuwiki.org/
  ps auxf
+
 
 +
= 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
 +
 
 +
= Hints =
 +
 
 +
== make it similar to mediawiki ==
 +
 
 +
=== template ===
 +
* [http://www.dokuwiki.org/template:monobook use the monobook template as mediawiki does]
 +
* adapt :wiki:navigation to contain
 +
  * <nowiki>[[:start]]</nowiki>
 +
* [[http://''yourhost''/dokuwiki/doku.php?do=recent|Recent Changes]]
 +
  * [[http://''yourhost''/dokuwiki/doku.php?id=wiki&do=admin&page=statistics|Statistics]]
 +
 
 +
=== syntax ===
 +
* install the [http://www.staerk.de/thorsten/index.php/Mediasyntax MediaSyntax plugin]

Revision as of 13:46, 17 April 2010

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

Hints

make it similar to mediawiki

template

* [[:start]]
* [[http://yourhost/dokuwiki/doku.php?do=recent|Recent Changes]]
* [[http://yourhost/dokuwiki/doku.php?id=wiki&do=admin&page=statistics|Statistics]]

syntax