On Mon, Sep 29, 2003 at 09:38:05PM -0500, J. Cameron Cooper wrote:
Is there command line access to the zope server database?
Yep, and it's neat. Using::
zctl.py debug
you can get live access Zope from a Python shell.
yes - but the o.p. should note that it's a python interactive shell, not a unix shell. So you have the full power of python at your disposal (yay!) but not your favorite text editor, grep, tar, etc etc.
Described here: http://www.zope.org/Members/dshaw/AdvancedSiteSetup
Also there is ZShell, which should give you a Unixish shell into a live Zope. http://www.zope.org/Members/jerome_alet/zshell
yep, very handy. "unixish" being the operative word. not as convenient as a real interactive unix shell, and the command options are peculiar to zope, but very valuable nonetheless. Another thing that might be worth looking into: davfs. Zope speaks webdav so it should work. I have not tried it myself. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's TEDIOUS PROGRAMMER MAJOR! (random hero from isometric.spaceninja.com)