Skip to content. | Skip to navigation

Personal tools
Sections

ploneoutblobs_devel.cfg

by Ken Manheimer last modified Aug 05, 2011 02:15 PM
Filed under: , , ,
my own variant of a cluster configuration script, circa 2009

[clouseau]
recipe = plone.recipe.bundlecheckout
url = https://svn.plone.org/svn/collective/Clouseau/trunk
subfolder = Clouseau


[docfindertab]
recipe = plone.recipe.bundlecheckout
url = https://svn.plone.org/svn/collective/DocFinderTab/trunk
subfolder = DocFinderTab


[enablesettrace]
recipe = plone.recipe.bundlecheckout
url = svn://svn.zope.org/repos/main/Products.enablesettrace/trunk
subfolder = enablesettrace


[ptprofiler]
recipe = plone.recipe.bundlecheckout
url = https://svn.infrae.com/PTProfiler/trunk
subfolder = PTProfiler


[zopeprofiler]
recipe = plone.recipe.distros
urls = http://www.dieter.handshake.de/pyprojects/zope/ZopeProfiler.tgz


[zptdebugger]
recipe = plone.recipe.bundlecheckout
url = https://svn.plone.org/svn/collective/ZPTDebugger/trunk
subfolder = ZPTDebugger


[pdbdebugmode]
recipe = plone.recipe.bundlecheckout
url = https://svn.plone.org/svn/collective/PDBDebugMode/trunk
subfolder = PDBDebugMode


[deadlockdebugger]
recipe = plone.recipe.bundlecheckout
url = http://svn.nuxeo.org/pub/Zope2/DeadlockDebugger/trunk
subfolder = DeadlockDebugger


[ipzope]
# a IPython Shell for interactive use with zope running.
# you also need to put
# https://svn.plone.org/svn/collective/dotipython/trunk/ipy_profile_zope.py
# to your $HOME/.ipython directory for the following to work.
recipe = zc.recipe.egg
eggs =
ipython
${instance:eggs}
initialization =
import sys, os
os.environ["SOFTWARE_HOME"] = "${zope2:location}/lib/python"
os.environ["INSTANCE_HOME"] = "${instance:location}"
sys.argv[1:1] = "-p zope".split()
extra-paths = ${zope2:location}/lib/python
scripts = ipython=ipzope

[quills]
recipe = plone.recipe.distros
urls =
http://plone.org/products/quills/releases/1.6/quills-1-6-beta1.tgz

[quills-settings]
extra-paths =
parts/quills/Quills-1.6-beta1/lib/python
products =
parts/quills/Quills-1.6-beta1/Products
zcml =
quills.core
quills.app
quills.trackback
quills.remoteblogging

Document Actions