MediaWiki Appliance

-

Wikipedia's Wiki Engine

MediaWiki is a powerful wiki engine that was originally developed to serve the needs of Wikipedia - the free encyclopedia. Today, MediaWiki is used publicly by many of the largest and most popular wikis online,  while privately it is being increasingly deployed inside company Intranets as a knowledge and content management system.

Current version: 2009.10-2 (changelog)

This appliance includes all the standard features in TurnKey Core, and on top of that:

  • SSL support out of the box.
  • Postfix MTA (bound to localhost) to allow sending of email (e.g., password recovery, user registration)
  • PHPMyAdmin administration frontend for MySQL (listening on port 12322 - uses SSL).
  • Webmin modules for configuring Apache2, PHP and MySQL.
  • The MediaWiki database password and secret will be regenerated during installation (security)
  • Useful/popular extensions included and enabled by default (/etc/mediawiki/extensions.php)
  • MediaWiki is configured to ensure clean and compliant HTML ($wgUseTidy).
  • File uploading and image resizing is supported out of the box (GD library)
    • Maximum filesize: 2MB
    • Supported file types: png, gif, jpg, jpeg

Customization details:

  • Site logo is located at /var/lib/mediawiki/images/logo.png (recommended size: 135x135px).
  • Site name and administrative emails (set in /etc/mediawiki/LocalSettings.php)
    $wgSitename = "";
    $wgEmergencyContact = webmaster@localhost;
    $wgPasswordSender = webmaster@localhost;

See the MediaWiki docs for further details.

Default credentials:
  • Webmin, SSH, MySQL, and phpMyAdmin: username: root, no password
    • user sets password during installation
  • MediaWiki: username admin, password turnkey