Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install collective.recipe.moin

How to install collective.recipe.moin

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install collective.recipe.moin
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.7 Available View build log
0.6 Available View build log
Windows (64-bit)
0.7 Available View build log
0.6 Available View build log
Mac OS X (10.5+)
0.7 Available View build log
0.6 Available View build log
Linux (32-bit)
0.7 Available View build log
0.6 Available View build log
Linux (64-bit)
0.7 Available View build log
0.6 Available View build log
 
Author
License
GPL
Lastest release
version 0.7 on Oct 26th, 2011

Introduction

''collective.recipe.moin'' is a zc.buildout recipe which creates a entry point for the wiki engine MoinMoin

Installation

It is very simple to use. This is a minimal ''buildout.cfg'' file::

[buildout]

System Message: ERROR/3 (<string>, line 13)

Inconsistent literal block quoting.

parts = wiki

[wiki] recipe = collective.recipe.moin protocol = wsgi sitename = My Wiki language_default = en

This will create a folder in parts/ called wiki that contain the egg folder, the config file and the web server deployment file.

When you have a previous config file you can use this:

[buildout]

System Message: ERROR/3 (<string>, line 27)

Inconsistent literal block quoting.

parts = wiki

[wiki] recipe = collective.recipe.moin config = /some/path/to/wikiconfig.py protocol = wsgi

Parameters

  • protocol, Default: wsgi

System Message: WARNING/2 (<string>, line 38)

Bullet list ends without a blank line; unexpected unindent.

This option create a script for the server deployment. Otrer options: fcgi, cgi * config, Default: /path/to/parts/name_of_part/wikiconf.py If you don't specify a MoinMoin configuration file, the recipe create a basic config file with the parameters filled in the recipe conf. * title, Default: My Wiki The title of the Wiki app.

Deployment

The apache configuration for this buildout looks like this::

System Message: WARNING/2 (<string>, line 49)

Literal block expected; none found.

WSGIScriptAlias /mysite /home/me/buildout/parts/wiki/moin.wsgi

<Directory /home/me/buildout> Order deny,allow Allow from all </Directory>

Credits

1.0 - Octuber 18, 2011

System Message: WARNING/2 (<string>, line 68)

Title underline too short.

1.0 - Octuber 18, 2011
---------------------
  • Initial release

System Message: WARNING/2 (<string>, line 71)

Bullet list ends without a blank line; unexpected unindent.

[erikriver]

Subscribe to package updates

Last updated Oct 26th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.