DokuWiki

From ProWiki - Demo and Test Wiki

DokuWiki
DeveloperAndreas Gohr
TypeWiki software
Initial release2004
Operating systemWindows, macOS, Linux
Written inPHP
LicenseGPL 2.0
Websitedokuwiki.org
Contents
  1. Key Features
  2. Enterprise Use
  3. Tips
  4. See Also

DokuWiki is a simple, open-source wiki software that stores content in plain text files, requiring no database and making it easy to deploy and maintain.

Key Features

  • File-based storage (no database required)
  • Clean, readable wiki syntax
  • Built-in access control and user management
  • Plugin architecture with a large community plugin library
  • Full revision history with diff view
  • Namespaces for organizing content hierarchically
  • Easy backup via file system copy

Enterprise Use

DokuWiki is popular in small to mid-sized IT departments and engineering teams who want a self-hosted wiki without database administration overhead. Its simplicity makes it easy to deploy on any web server. The file-based storage makes backups and migrations trivial. It is commonly used for technical runbooks, network documentation, and internal IT knowledge bases.

Tips

  • Use namespaces to create a logical folder-like structure for different departments or projects.
  • The file-based storage makes version control with Git straightforward.
  • Install the Bureaucracy plugin for basic form and workflow functionality.

See Also

Note: This page was generated by Claude as demonstration content. The content is licensed under CC BY 4.0.