Skip to main content

Detailed Documentation

This recipe use plone.recipe.zope2instance and plone.recipe.zope2zeoserver to generate config files and instances for Zope2 instances / zeo server using repoze.zope2

This mean that you intances are wsgi applications served by PasteDeploy.

WSGI Instance

Recipe options are the same than plone.recipe.zope2instance.

The default logging config is override to log to STDERR instead of standard log files. You can change this by setting event-log-custom and access-log-custom options.

We’ll start by creating a buildout that uses the recipe:

>>> write('buildout.cfg',
... """
... [buildout]
... parts = instance
... extends =
...     http://dist.plone.org/release/3.3/versions.cfg
...     http://download.zope.org/zope3.4/3.4.0/versions.cfg
... find-links =
...     http://dist.repoze.org/zope2/2.10/
... versions = versions
...
... [instance]
... recipe = collective.recipe.zope2wsgi
... user = admin:admin
... """)

Running the buildout gives us:

>>> print 'start', system(buildout)
start Installing instance.
Generated config file '/sample-buildout/instance.ini'
Generated script '/sample-buildout/bin/instance'.
Generated script '/sample-buildout/bin/instance.wsgi'.

Then you just need to run:

$ bin/instance serve

This will launch the application with Paste with the generated instance.ini file.

You can also use mod_wsgi with the instance.wsgi script (this is not tested but should work).

Using ZEO

Recipe options are the same than plone.recipe.zope2zeoserver.

We’ll start by creating a buildout that uses the recipe:

>>> write('buildout.cfg',
... """
... [buildout]
... parts = zeo instance
... extends =
...     http://dist.plone.org/release/3.3/versions.cfg
...     http://download.zope.org/zope3.4/3.4.0/versions.cfg
... find-links =
...     http://dist.repoze.org/zope2/2.10/
... versions = versions
...
... [zeo]
... recipe = collective.recipe.zope2wsgi:zeo
...
... [instance]
... recipe = collective.recipe.zope2wsgi
... user = admin:admin
... zeo-client = on
... """)

Running the buildout gives us:

>>> print 'start', system(buildout)
start ...
Installing zeo.
Created directory /sample-buildout/parts/zeo
...
Generated script '/sample-buildout/bin/zeo'.
Generated script '/sample-buildout/bin/zeopack'.
Installing instance.
Generated script '/sample-buildout/bin/instance'.
Generated script '/sample-buildout/bin/instance.wsgi'.

Then you just need to run:

$ bin/zeo start
$ bin/instance serve --daemon

Contributors

Gael Pasgrimaud <gael@gawel.org>

Alter Way

Change history

0.1 (2009-09-04)

  • Initial release [gawel]

Download

Release files for collective.recipe.zope2wsgi 0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for collective.recipe.zope2wsgi 0.1
File Size Uploaded
collective.recipe.zope2wsgi-0.1.tar.gz 200.1 kB Details

Release files / collective.recipe.zope2wsgi-0.1.tar.gz

Download URL collective.recipe.zope2wsgi-0.1.tar.gz
Size 200.1 kB
Tags Source
SHA-256 checksum
How to use checksums
ed2616b53efb9c21fa98726a8cdecc3a59d61cfb1683a0a28cca7ff8da5e707f
BLAKE2b-256 checksum
How to use checksums
1222f80faa3ebe96b4d30b1504b14010819b973221057f9de6fd3fa8be4b4fd7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page