<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>DesktopEdition</title></articleinfo><para><ulink url="https://wiki.hcoop.net/DesktopEdition/MoinMoin#">MoinMoin</ulink> <emphasis>DesktopEdition</emphasis> is the easiest way to run moin, without much installation and without separate server software (this is why its built-in server is also called the <emphasis>standalone server</emphasis>). </para><para>It is intended as a local personal information manager. </para><section><title>Installation</title><itemizedlist><listitem><para>if you don't already have Python installed (Linux systems often have it by default, Mac OS X also, Windows usually needs manual installation), get it from <ulink url="http://python.org/"/> </para></listitem><listitem><para>download the moin distribution archive from <ulink url="http://moinmoin.wikiwikiweb.de/MoinMoinDownload#">MoinMoinDownload</ulink> </para></listitem><listitem><para>unpack it (will give some moin-1.x.x directory) </para></listitem></itemizedlist><para>If you prefer to work with a repository checkout instead of a release archive, the procedure is like above, but you additionally have to unpack the underlay pages: </para><itemizedlist><listitem><para><code>cd moin-1.x.x/wiki</code> </para></listitem><listitem><para><code>tar xf underlay.tar</code> </para></listitem></itemizedlist></section><section><title>Running</title><itemizedlist><listitem><para><code>cd moin-1.x.x</code> </para></listitem><listitem><para><code>./wikiserver.py</code> (or click on <code>wikiserver.py</code>) </para></listitem><listitem><para>now a fresh moin wiki will run on <ulink url="http://localhost:8080/"/> <inlinemediaobject><imageobject><imagedata depth="16" fileref="https://wiki.hcoop.net/moin_static1911/moniker_bt/img/smile.png" width="16"/></imageobject><textobject><phrase>:)</phrase></textobject></inlinemediaobject> </para></listitem><listitem><para>you can terminate the wiki server either by using Ctrl-C or closing the window </para></listitem></itemizedlist></section><section><title>Wiki Server Configuration</title><para>If you need to use a configuration different from the standard configuration you can edit the <code>wikiserverconfig.py</code> in the toplevel directory, see the comments there. </para><para><inlinemediaobject><imageobject><imagedata depth="16" fileref="https://wiki.hcoop.net/moin_static1911/moniker_bt/img/idea.png" width="16"/></imageobject><textobject><phrase>(!)</phrase></textobject></inlinemediaobject> By default, moin only listens on the localhost interface. Before opening it to a wider audience, please check if the security settings of moin are what you want. Especially the <code>DesktopEdition</code> and <code>acl_rights_*</code> settings might need changes if you don't use it for personal use and on localhost only. </para></section><section><title>Wiki Server Logging Configuration</title><para>See <code>wikiserverlogging.conf</code>. </para><para><inlinemediaobject><imageobject><imagedata depth="16" fileref="https://wiki.hcoop.net/moin_static1911/moniker_bt/img/idea.png" width="16"/></imageobject><textobject><phrase>(!)</phrase></textobject></inlinemediaobject> You maybe usually don't want to change that, but you <emphasis>can</emphasis> - e.g. if you like to have more log output for debugging. </para></section><section><title>Wiki Configuration</title><para>See the <code>wikiconfig.py</code> in the toplevel directory. <ulink url="https://wiki.hcoop.net/DesktopEdition/HelpOnConfiguration#">HelpOnConfiguration</ulink> lists the configuration options. You maybe also want to look at the sample config in the <code>wiki/config/</code> directory. </para><para>See also: <ulink url="https://wiki.hcoop.net/DesktopEdition/HelpOnInstalling/StandaloneServer#">HelpOnInstalling/StandaloneServer</ulink> </para></section></article>