Differences between revisions 1 and 2
Revision 1 as of 2004-07-21 20:02:17
Size: 4110
Editor: anonymous
Comment: missing edit-log entry for this revision
Revision 2 as of 2011-10-08 21:12:14
Size: 4130
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
This page describes the installation procedure applying to MoinMaster:MoinMoin version 1.1 and up. In the next section, there is a list of real-world [#installscenarios Installation Scenarios] that help you to understand how to apply the instructions in different environments. This page describes the installation procedure applying to MoinMaster:MoinMoin version 1.1 and up. In the next section, there is a list of real-world [[#installscenarios|Installation Scenarios]] that help you to understand how to apply the instructions in different environments.
Line 11: Line 11:
[#basic-install Basic Installation] explains the "`setup.py`" step of the installation in more detail. This applies equally to all scenarios, and you should read it before trying a live installation. [[#basic-install|Basic Installation]] explains the "`setup.py`" step of the installation in more detail. This applies equally to all scenarios, and you should read it before trying a live installation.
Line 13: Line 13:
[#trouble-shooting Trouble-shooting] helps with fixing any general problems you might encounter, which apply to any installation platform. [[#trouble-shooting|Trouble-shooting]] helps with fixing any general problems you might encounter, which apply to any installation platform.
Line 20: Line 20:
[[Anchor(installscenarios)]] <<Anchor(installscenarios)>>
Line 26: Line 26:
 * [#unix-install UNIX Installation]  * [[#unix-install|UNIX Installation]]
Line 29: Line 29:
 * [#win32apache-install Windows Installation using Apache]
 * [#win32iis-install Windows Installation using IIS]
 * [[#win32apache-install|Windows Installation using Apache]]
 * [[#win32iis-install|Windows Installation using IIS]]
Line 33: Line 33:
 * [#macosx-install Mac OS X Installation]  * [[#macosx-install|Mac OS X Installation]]
Line 36: Line 36:
 * [#fastcgi-install FastCGI Setup using Apache]
 * [#modpy-install mod_python Setup using Apache]
 * [#twisted-install Setup using twisted]
 * [[#fastcgi-install|FastCGI Setup using Apache]]
 * [[#modpy-install|mod_python Setup using Apache]]
 * [[#twisted-install|Setup using twisted]]
Line 40: Line 40:
[[Anchor(basic-install)]]
[[Include(HelpOnInstalling/BasicInstallation)]]
<<Anchor(basic-install)>>
<<Include(HelpOnInstalling/BasicInstallation)>>
Line 43: Line 43:
[[Anchor(trouble-shooting)]] <<Anchor(trouble-shooting)>>
Line 45: Line 45:
[[Include(HelpOnInstalling/TroubleShooting, "Trouble-shooting", 1)]] <<Include(HelpOnInstalling/TroubleShooting, "Trouble-shooting", 1)>>
Line 47: Line 47:
[[Anchor(unix-install)]] <<Anchor(unix-install)>>
Line 49: Line 49:
[[Include(HelpOnInstalling/ApacheOnUnix, "UNIX Installation", 1)]] <<Include(HelpOnInstalling/ApacheOnUnix, "UNIX Installation", 1)>>
Line 51: Line 51:
[[Anchor(win32apache-install)]] <<Anchor(win32apache-install)>>
Line 53: Line 53:
[[Include(HelpOnInstalling/ApacheOnWin32, "Windows Installation using Apache", 1)]] <<Include(HelpOnInstalling/ApacheOnWin32, "Windows Installation using Apache", 1)>>
Line 55: Line 55:
[[Anchor(win32iis-install)]] <<Anchor(win32iis-install)>>
Line 57: Line 57:
[[Include(HelpOnInstalling/InternetInformationServer, "Windows Installation using IIS", 1)]] <<Include(HelpOnInstalling/InternetInformationServer, "Windows Installation using IIS", 1)>>
Line 59: Line 59:
[[Anchor(macosx-install)]] <<Anchor(macosx-install)>>
Line 61: Line 61:
[[Include(HelpOnInstalling/ApacheOnMacOsx, "Mac OS X Installation using Apache", 1)]] <<Include(HelpOnInstalling/ApacheOnMacOsx, "Mac OS X Installation using Apache", 1)>>
Line 63: Line 63:
[[Anchor(fastcgi-install)]] <<Anchor(fastcgi-install)>>
Line 65: Line 65:
[[Include(HelpOnInstalling/ApacheWithFastCgi, "FastCGI Setup using Apache", 1)]] <<Include(HelpOnInstalling/ApacheWithFastCgi, "FastCGI Setup using Apache", 1)>>
Line 67: Line 67:
[[Anchor(modpy-install)]] <<Anchor(modpy-install)>>
Line 69: Line 69:
[[Include(HelpOnInstalling/ApacheWithModPython, "mod_python Setup using Apache", 1)]] <<Include(HelpOnInstalling/ApacheWithModPython, "mod_python Setup using Apache", 1)>>
Line 71: Line 71:
[[Anchor(twisted-install)]] <<Anchor(twisted-install)>>
Line 73: Line 73:
[[Include(HelpOnInstalling/TwistedWeb, "Setup using Twisted", 1)]] <<Include(HelpOnInstalling/TwistedWeb, "Setup using Twisted", 1)>>

This HTML page contains the basic install docs that can be found on http://moinmaster.wikiwikiweb.de/MoinMoin/InstallDocs. It contains all necessary information to get your wiki up and running, even without being online. If you have a permanent internet connection, you might want to browse the docs on the HelpOnInstalling page, which might contain more up-to-date information.

After following the procedures on this page, you should have a working wiki and can browse the rest of the online docs there.

How to install your own MoinMoin Wiki

This page describes the installation procedure applying to MoinMoin version 1.1 and up. 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.

Basic Installation explains the "setup.py" step of the installation in more detail. This applies equally to all scenarios, and you should read it before trying a live installation.

Trouble-shooting helps with fixing any general problems you might encounter, which apply to any installation platform.

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. MoinMoinWinCvs and MoinMoinUnixCvs describe how to run your wiki using the current development version from the SourceForge CVS repository.

Please make sure that you do not accidently put your wiki's data/ directory under a directory directly accessible by your web server (like below document root). Or at least forbid your web server serving anything below data/ to a user - this is neither needed nor wanted! Your web server needs to serve moin.cgi and the stuff below htdocs only.

Sample Installation Scenarios

The following links lead you to concrete examples of installation sessions, showing the commands used and explaining what they do. It is highly recommended that you first read the general information on installing (especially the next section of this page) before choosing an installation scenario that best fits your intended use of MoinMoin.

UNIX:

Windows:

Mac OS X:

Long-Running-Process Setup:

















MoinMoin/InstallDocs (last edited 2011-10-08 21:12:14 by localhost)

(The DELPH-IN infrastructure is hosted at the University of Oslo)