[Zope] Re: [Zope3-Users] z3c.form 1.3.0, z3c.formui 1.0.1, and z3c.formdemo 1.1.0 released!

2007-06-28 Thread Maciej Wisniowski
> Again for the curious and impatient ... > --- > > We have added two more demos: > > * An "Address Book" implements a non-trivial example of an address book, > including multiple addresses and E-mails. It demonstrates the use of > sub-forms, writing custom

[Zope] Mac OS X Server StartupItem for Zope

2007-06-28 Thread cristopher pierson ewing
Hello, I'm trying to get a startup item set up under OS X Server 10.4 on an Intel XServe box. I'd like not to have to manually restart Zope every time a software update forces me to restart the machine. I've gotten the following written up, but it failed to run for some unspecified reason.

Re: [Zope] Mac OS X Server StartupItem for Zope

2007-06-28 Thread Tom Von Lahndorff
I've used Automator to create an app that I have as a startup item which restarts Zope on reboot. You could also use iCal for scheduling. In Automator choose "Automator" under "Library" and then "Run Shell Script" and type in your script, save that as an Application then add it to your st

Re: [Zope] Mac OS X Server StartupItem for Zope

2007-06-28 Thread Hugo Ramos
These worked for me: cat /Library/StartupItems/Zope/Zope #!/bin/sh ## # Zope Web Application Server ## . /etc/rc.common StartService () { if [ "${ZOPESERVER:=-NO-}" = "-YES-" ]; then ConsoleMessage "Starting Zope Application Server" /www/Zope-2.10.3/inst1/bin/zopectl start