Configuration

From Docu Wiki

Jump to: navigation, search
Manual

For admins:

For users:

For developers:

Configuration of docu is slightly complicated, because the viewer and the processor are configured seperatly. This is so that the viewer and the processor do not have to reside next to each other in the directory tree, or even reside on the same server!

In the future, it will also allow one viewer to view multiple projects documentation, yet have a processor instance within each project.

This design decision may change in the future depending on user needs. For now, its the way it is.

The install script will automatically create these files for you.

Processor

The processor can be configured in three ways:

  1. Using processor/config.php
  2. Using processor/config.processor.php
  3. Using the command-line argument --config <config-file>

If multiple files are found, they will be processed in that order, with older options being replaced by newer ones. Multiple files can be specified on the command-line.

Viewer

The processor can be configured in two ways:

  1. Using processor/config.php
  2. Using processor/config.viewer.php

If multiple files are found, they will be processed in that order, with older options being replaced by newer ones.

Personal tools