Re: [Zope-dev] Zope comes with bin/zopectl and bin/runzope but no zeo equivalents

2005-02-03 Thread Paul Winkler
On Thu, Feb 03, 2005 at 02:36:41PM -0200, Rodrigo Dias Arruda Senra wrote:
 Hi,
 
 I noticed that Zope 2.x usually comes with bin/zopectl and bin/runzope
 scripts but no zeo equivalent scritps. Is there a reason for that ?

What do you mean usually comes with?
When you install Zope from a source tarball, you can 
run bin/mkzopeinstance.py to create the Zope scripts,
and bin/mkzeoinstance.py to create the ZEO scripts.

Maybe what you are really complaining about is that
the ./configure; make; make install process doesn't automatically
make a ZEO instance?

Or maybe that when you make install, the last message is:

Zope binaries installed successfully.
Now run '/home/pw/tmp/NewZope/bin/mkzopeinstance.py'

... but nothing is said about ZEO?
 
 I usually create bin/zeoctl and bin/runzeo to restore the simmetry, 
 which eases management.
 
 That was filed in ZC under:
 http://collector.zope.org/Zope/1388

That's about the lack of a ZEO batch file for the windows shell, 
aka DOS.  Different problem.
 
-- 

Paul Winkler
http://www.slinkp.com
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope comes with bin/zopectl and bin/runzope but no zeo equivalents

2005-02-03 Thread Rodrigo Dias Arruda Senra
[Rodrigo Senra]:
I noticed that Zope 2.x usually comes with bin/zopectl and bin/runzope
scripts but no zeo equivalent scritps. Is there a reason for that ?
[Paul Winkler]
What do you mean usually comes with?
When you install Zope from a source tarball, you can 
run bin/mkzopeinstance.py to create the Zope scripts,
and bin/mkzeoinstance.py to create the ZEO scripts.
Paul, I do apologize. I was accoustomed to make instance and
totally missed bin/mkzeoinstance.py. That solves the matter.
[Paul Winkler]
Maybe what you are really complaining about is that
the ./configure; make; make install process doesn't automatically
make a ZEO instance?
That is what I *should* be complaining about wink!
[Paul Winkler]
Or maybe that when you make install, the last message is:
Zope binaries installed successfully.
Now run '/home/pw/tmp/NewZope/bin/mkzopeinstance.py'
... but nothing is said about ZEO?
Perhaps such a reference would prevented me from making this blunder. =)
Obviously I think this is a good idea
[Rodrigo Senra]:
That was filed in ZC under:
http://collector.zope.org/Zope/1388
[Paul Winkler]
That's about the lack of a ZEO batch file for the windows shell, 
aka DOS.  Different problem.
Indeed!  And if I have read that post carefully I could have
avoided two blunders, since it mentioned mkzeoinstance.py.
lol
Thank you.
best regrads,
Senra
--
Rodrigo Senra
MSc Computer Engineer [EMAIL PROTECTED]
GPr Sistemas Ltda   http://www.gpr.com.br
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope comes with bin/zopectl and bin/runzope but no zeo equivalents

2005-02-03 Thread Dieter Maurer
Rodrigo Dias Arruda Senra wrote at 2005-2-3 14:36 -0200:
I noticed that Zope 2.x usually comes with bin/zopectl and bin/runzope
scripts but no zeo equivalent scritps. Is there a reason for that ?

They are created by Zope's make instance which in turn
calls mkzopeinstance.

There is a symmetric mkzeoinstance. When you call it,
it creates the corresponding zeoctl and zeorun scripts.

-- 
Dieter
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )