Installation

From Docu Wiki

Jump to: navigation, search
Manual

For admins:

For users:

For developers:

Installation currently is quite manual, but it is simple.

Installing

  1. Put all of the files in the src/ directory somewhere accessible by your web server.
  2. Run the install tool. It is called install/install.php
  3. Run src/processor/main.php to generate your documentation.
  4. View the documentation using the viewer directory (e.g. http://www.example.com/docs/viewer)

Upgrading

  1. Download or svn update to get the latest docu code base.
  2. Run database update tool, processor/database_layout_sync.php
  3. Run processor/main.php to generate your documentation.
  4. View the documentation using the viewer directory (e.g. http://www.example.com/docs/viewer)