GLOBAL ANARCHISMS: NO GODS, NO MASTERS, NO PERIPHERIES Cornell University, 22/09/12 http://www.icm.arts.cornell.edu/conference_2012.html
2nd ASN Conference: “Making Connections”
Loughborough University, U.K.
3-5 September 2012
HelpContents > HelpOnAdministration > HelpOnInstalling
This page describes the installation procedure of MoinMoin. In the next section, there is a list of real-world Installation Scenarios that help you to understand how to apply the instructions in different environments. If you already have a wiki running and want to upgrade, see HelpOnUpdating.
A MoinMoin installation is done by some elementary steps:
/BasicInstallation explains the "setup.py" step of the installation in more detail. This is uses to get the MoinMoin code and wiki template installed onto your system. This applies equally to all scenarios, and you should read it before trying a live installation.
/WikiInstanceCreation explains how you make a new wiki instance (data and configuration). This is also common to all scenarios.
Setup your webserver
Decide which solution you want to use (see below).
Getting the web server to serve static stuff under the /wiki URL (url_prefix), used for theme CSS and images, etc. This is slightly different for the various web servers that can be used - see below.
Getting the web server to execute the moin code when you access wiki pages. This is done either by CGI, FastCGI, mod_python or Twisted or the built-in stand alone server - this is slightly different for the various web servers that can be used - see below.
After a successful installation, you might want to read more about configuration and other options that you, as the wiki administrator, can set up. HelpOnAdministration contains links to pages that cover these topics. Especially, the HelpOnConfiguration and HelpOnUpdating pages provide additional information regarding wiki setup and maintenance.
/TroubleShooting helps with fixing any general problems you might encounter which apply to any installation platform.
The following subpages will show you concrete examples of installation sessions, showing the commands used and explaining what they do. You must first read the general information on installing above before doing the installation steps described on the pages linked from below:
Wiki for personal use or small workgroup. Does not require anything but Python and MoinMoin.
Technical note: Note that Standalone is faster than Twisted currently, but does not support multiple interfaces/ports.
CGI is very common, well tested and easy to configure but rather slow.
If you have just FTP access, choose this scenario.
These servers are much faster than CGI, but might be harder to install and configure.