welcome: please sign in
location: Diff for "Cloud/Images/IFCA_MoinMoin_Appliance"
Differences between revisions 2 and 3
Revision 2 as of 2012-10-16 14:16:34
Size: 597
Editor: aloga
Comment:
Revision 3 as of 2012-10-16 14:27:36
Size: 1371
Editor: aloga
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
MoinMoin is an advanced, easy to use and extensible WikiEngine with a large community of users. Said in a few words, it is about collaboration on easily editable web pages.MoinMoin is Free Software licensed under the GPL

This appliance includes:

 * MoinMoin configurations:
    * Installed from package management
    * Wiki data maintained in /var/www/moin/mywiki
    * Enabled FCKeditor by default (ease of use)
    * Use Apache WSGI (performance)
 * Postfix MTA (bound to localhost) to allow sending of email (e.g., password recovery).
Line 23: Line 34:
=== FCKeditor ===
FCKeditor is enabled by default. If required, it can be disabled like this:

{{{
    sed -i "s|editor_force = False|editor_force = True|" /etc/moin/mywiki.py
    /etc/init.d/apache2 restart
}}}

IFCA MoinMoin 1.9.3 Appliance

Ubuntu Server 12.04 JeOS with MoinMoin 1.9.3 installed

Details

Name

IFCA MoinMoin 1.9.3 Appliance

Created
2012-10-16T13:27:04Z
Updated
2012-10-16T13:28:59Z
Status
ACTIVE
Supported by
IFCA
ID
9b8aaa86-5a40-4deb-89f9-793fb153f74a
Minimum Disk
0
Minimum Ram
0
Architecture
x86_64

Description

This is an Ubuntu Server 12.04 with the MoinMoin 1.9.3 wiki engine installed.

MoinMoin is an advanced, easy to use and extensible WikiEngine with a large community of users. Said in a few words, it is about collaboration on easily editable web pages.MoinMoin is Free Software licensed under the GPL

This appliance includes:

  • MoinMoin configurations:

    • Installed from package management
    • Wiki data maintained in /var/www/moin/mywiki
    • Enabled FCKeditor by default (ease of use)
    • Use Apache WSGI (performance)
  • Postfix MTA (bound to localhost) to allow sending of email (e.g., password recovery).

Usage

Boot the machine, and browse to its IP address to configure it.

FCKeditor

FCKeditor is enabled by default. If required, it can be disabled like this:

    sed -i "s|editor_force = False|editor_force = True|" /etc/moin/mywiki.py
    /etc/init.d/apache2 restart


CategoryCloudAppliance