Can anyone point me to a buildout.cfg that will install zeo clients in Plone
4.0rc1? I have tried searching Plone and Nabble, but can't find anything
for this version. Mine breaks at zope2-url =
http://www.zope.org/Products/Zope/2.10.9/Zope-2.10.9-final.tgz Any
suggestions are greatly appreciated.
Here's the error I get:
While:
Installing zope2.
An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "c:\program
files\plone\buildout-cache\eggs\zc.buildout-1.4.3-py2.6.egg\z
c\buildout\buildout.py", line 1660, in main
getattr(buildout, command)(args)
File "c:\program
files\plone\buildout-cache\eggs\zc.buildout-1.4.3-py2.6.egg\z
c\buildout\buildout.py", line 532, in install
installed_files = self[part]._call(recipe.install)
File "c:\program
files\plone\buildout-cache\eggs\zc.buildout-1.4.3-py2.6.egg\z
c\buildout\buildout.py", line 1204, in _call
return f()
File "c:\program
files\plone\buildout-cache\eggs\plone.recipe.zope2install-3.2
-py2.6.egg\plone\recipe\zope2install\__init__.py", line 248, in install
) == 0
AssertionError
Here's my buildout.cfg
############################################
#
# Buildout Configuration File for Standalone Plone
# ------------------------------------------------
# $LastChangedDate: 2009-12-23 23:34:27 -0200 (qua, 23 dez 2009) $
$LastChangedRevision: 32613 $
#
# After making changes in this configuration file,
# you should run bin/buildout to update the components.
#
# ALWAYS back up all Plone/Zope data and components
# before changing configuration.
#
# Running "bin/buildout" will update your installation,
# installing missing components as necessary.
#
# Use "bin/buildout -n" to update many components here to the newest
# available releases.
# This will update the add-on products you've added in the eggs= lines.
# This will not, however, upgrade Plone itself (or anything else you've
# pinned with a version specification). To upgrade Plone itself, see the
# comments in "Plone Component Versions".
#
# Tutorial instructions for using zc.buildout for
# configuration management are available at:
# http://plone.org/documentation/tutorial/buildout
# Full details at http://pypi.python.org/pypi/zc.buildout
#
############################################
[buildout]
############################################
# Plone Component Versions
# ------------------------
# This version of the UnifiedInstaller has the components
# of Plone 4 preloaded so that it can install without
# an Internet connection.
# If you want to update, uncomment the "extends = http://..." below,
# edit it to point to the current version URL,
# comment out the "extends = versions.cfg" line
# and run "bin/buildout -n" while attached to the Internet.
# Generally, you only want to do that as part
# of a planned migration.
#
extends-cache = buildout-cache/extends
extends =
base.cfg
# versions.cfg
http://dist.plone.org/release/4.0rc1/versions.cfg
############################################
# Ports
# -----
# Specify the port on which your Zope installation
# will listen:
http-address = 8080
############################################
# Eggs
# ----
# Add an indented line to the eggs section for any Python
# eggs or packages you wish to include.
#
eggs =
Plone
# collective.transmogrifier
# Products.Relations
# Alpha note: many of the products below are not yet
# adapted to Plone 4.
#
# Optional Functionality
# ----------------------
# Uncomment the indented lines to include these products.
# Documentation on all of them, along with many more products,
# is available at
# http://plone.org/products/
#
# Commonly used products:
# * LinguaPlone provides tools for building multi-lingual sites
# * Products.CacheSetup adds the "CacheFu" Plone speedup kit
# * PloneHelpCenter is a simple knowledge base
# * PloneFormGen provides through-the-web form building
#
# Products.LinguaPlone
# Products.CacheSetup
# Products.PloneHelpCenter
Products.PloneFormGen
#
# Commonly used development tools:
# * Clouseau uses AJAX to provide a Python prompt inside Plone
# * DocFinderTab puts an object documentation inspector in the Zope
Management Interface
# * Gloworm is a Firebug-like viewlet inspector and customizer
# * plone.reload allows you to refresh Python code and ZCML configuration
# without restarting Zope. Note that to use plone.reload, you'll also
# need to uncomment the "zcml" entry for it below.
#
# Products.Clouseau
# Products.DocFinderTab
# Products.Gloworm
# plone.reload
############################################
# ZCML Slugs
# ----------
# Some eggs need ZCML slugs to tell Zope to
# use them. This is increasingly rare.
zcml =
# collective.transmogrifier
# Products.Relations
# plone.reload
############################################
# Development Eggs
# ----------------
# You can use paster to create "development eggs" to
# develop new products/themes. Put these in the src/
# directory.
# You will also need to add the egg names in the
# eggs section above, and may also need to add them
# to the zcml section.
#
# Provide the *paths* to the eggs you are developing here:
develop =
# src/my.package
############################################
# Debug Mode
# ----------
# Change debug-mode to "on" to run in development mode.
#
debug-mode = off
############################################
# Backup Directory
# ----------------
# Sets the target directory for the bin/backup and bin/snapshotbackup
# commands. Default is inside this project's var directory, but ideally
# this should be on a separate volume or backup server.
#
backups-dir=${buildout:directory}/var
############################################
# Initial User
# ------------
# This is the user id and password that will be used to create the initial
# user id that will allow you to log in and create a Plone site. This only
# sets the initial password; it will not allow you to change an already
# existing password. If you change the admin password via the web interface,
# the one below will no longer be valid.
# If you find yourself locked out of your Zope/Python installation, you may
# add an emergency user via "bin/plonectl adduser".
user=admin:admin
############################################
# Parts Specification
#--------------------
# Specifies the components that should be included in the buildout.
# All the basics are in the base.cfg extension; you may add your
# own if you need them at the end of this file.
parts =
productdistros
instance
zopepy
zopeskel
backup
unifiedinstaller
controller
zope2
zeo
client1
[zope2]
# For more information on this step and configuration options see:
# http://pypi.python.org/pypi/plone.recipe.zope2install
recipe = plone.recipe.zope2install
fake-zope-eggs = true
url = ${versions:zope2-url}
[client1]
# Use this section to install and configure a Zope operating
# instance.
# For options see http://pypi.python.org/pypi/plone.recipe.zope2instance
recipe = plone.recipe.zope2instance
# The line below sets only the initial password. It will not change an
# existing password.
[versions]
Cheetah = 2.2.1
Paste = 1.7.2
PasteDeploy = 1.3.3
PasteScript = 1.7.3
ZopeSkel = 2.15
collective.buildout.cluster = 0.5
collective.recipe.backup = 1.3
distribute = 0.6.10
iniparse = 0.3.1
plone.controller = 1.6
plone.recipe.command = 1.0
plone.recipe.distros = 1.5
plone.recipe.unifiedinstaller = 0.9 #4.0a1
zope2-url = http://www.zope.org/Products/Zope/2.10.9/Zope-2.10.9-final.tgz
[zeo]
recipe = plone.recipe.zope2zeoserver
zope2-location = ${zope2:location}
zeo-address = 127.0.0.1:8100
zeo-var = ${buildout:directory}/var
blob-storage = ${zeo:zeo-var}/blobstorage
eggs = plone.app.blob
--
View this message in context:
http://plone.293351.n2.nabble.com/buildout-cfg-for-Plone-4-0rc1-tp5449009p5449009.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup