Take a look at the README.txt for the
unifiedinstaller.
QUOTE:
Note that you may run
install.sh repeatedly for the same target so long
as you either use a different
installation method or specify different
instance names. Installations
to the same target will share the same Python
and egg/download cache.
--instance=instance-name
Use to specify the
name of the operating instance to be created.
This will be created
inside the target directory.
Default is 'zinstance' for standalone,
'zeocluster' for ZEO.
Thus, install a new cluster:
# ./install.sh zeo --instance=zeocluster2
Assuming your first cluster used the
default name (zeocluster), executing the command above will install a second
cluster in your ZEO, named zeocluster2
Regards… Jim
From: Finlay Boo (via
Nabble) [mailto:[hidden email]]
Sent: Friday, July 10, 2009 10:39
AM
To: Jim
Biggs
Subject: RE: [Setup] Two zeo
clusters on the same OSX server...?
Thank for your reply,
Jim.
Only recently started getting to grips with buildout but I've found that where
eggs have 'broken' my site (i.e. I get 'Couldn't adapt' type errors) then
amending and re-running buildout didn't seem to be enough. I had to delete last
added products and their dependencies.
Also, I'm not really after multiple clusters per zope. I would like two
separate clusters on one box whereby one is the current intranet is running as
it is now (ie not with buildout) and my new cluster (added with installer/
buildout) doesn't interfere with it whilst I configure. Does that make sense?