raptus.torii.plone

by Raptus AG last modified Feb 16, 2011 02:04 AM

extends raptus.torii

Project Description

Introduction

Torii allows access to a running zope server over a unix-domain-socket. Torii makes it also possible to run scripts from the command line on the server. In addition it provides a python-prompt. That means full access to the Zope and ZODB at runtime.

This additional package offers the interface to plone. It provides some scripts, a global variable 'plone' and sets the siteManager(access to persistence zope.components ) at startup time.

Use it with buildout:

[torii]
recipe = raptus.recipe.torii
socket-path = ${buildout:directory}/var/torii.sock
threaded = True
extends =
    raptus.torii.plone
params =
    plone-location:test.plone

more information at raptus.torii

Changelog

1.0b1 (2010-10-24)

  • Initial release

Current Release

No stable release available yet.

All Releases

Version Released Description Compatibility Licenses Status
1.0b1 More about this release… beta

Comments (0)