MoinMoin Appliance

-

Wiki Engine

MoinMoin is an easy to use and extensible Wiki engine implemented in Python with a large community of users. MoinMoin's storage mechanism are flat files and folders, rather than a database. This makes it easy to manipulate the content in a text editor on the server if necessary, including managing revisions if the wiki gets attacked by spammers.

Current version: 2009.10-2 (changelog)

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

  • MoinMoin configurations:
    • Configured and enabled FCKeditor by default (prioritize ease of use).
    • Configured Apache WSGI (recommended for high performance wiki).
    • Includes English dictionary and configured spellchecker.
    • Set character encoding to utf-8 (internationalization support).
    • Set logo image to moinmoin logo and set default theme to rightsidebar (more attractive).
    • Automatically install security updates directly from Debian stable (security).
  • SSL support out of the box.
  • Postfix MTA (bound to localhost) to allow sending of email (e.g., password recovery).
  • Webmin modules for configuring Apache2 and Postfix.
  • FCKeditor enabled by default
    • Debian have removed (disabled) FCKeditor by default due to security packaging issues. TurnKey prioritizes ease-of-use out of the box, so it has been enabled by default.
    • If required, FCKeditor can be disabled as follows:
    rm -rf /usr/share/moin/htdocs/applets/{*FCK*,*fck*}
    sed -i "s|editor_force = False|editor_force = True|" /etc/moin/mywiki.py
    /etc/init.d/apache2 restart
    

Default credentials:

  • Webmin, Webshell, SSH, MySQL: username root, no password
    • user sets password during installation
  • MoinMoin: username admin, password turnkey