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.
The TurnKey MoinMoin Live CD 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).
* All secrets will be regenerated during installation / firstboot (security).
* 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
Product's homepage
What's New in This Release: [ read full changelog ]
· Installed security updates.
· Enabled etckeeper garbage collection by default.
· Upgraded to latest inithooks version (adhoc re-initialization via turnkey-init)
· VMWare build: run vmware-config-tools.pl on first boot
· Amazon EC2 EBS build: support resizing of root filesystem