Installation
From Docu Wiki
Manual
For admins:
- Download
- Installation
- Configuration
For users:
- Usage instructions
- Text formatting
- Javadoc tag support
- Programming language support
- Output engine support
For developers:
Installation currently is quite manual, but it is simple.
[edit]
Installing
- Put all of the files in the
src/directory somewhere accessible by your web server. - Run the install tool. It is called
install/install.php - Run
src/processor/main.phpto generate your documentation. - View the documentation using the viewer directory (e.g.
http://www.example.com/docs/viewer)
[edit]
Upgrading
- Download or
svn updateto get the latest docu code base. - Run database update tool,
processor/database_layout_sync.php - Run
processor/main.phpto generate your documentation. - View the documentation using the viewer directory (e.g.
http://www.example.com/docs/viewer)

