Hi Sebastien, we did creat a Zope 2.7 running from a CD Rom. You have to do a couple of things: - do not use any drive letters neither in zope.conf nor in runzope.bat Just use sommething like \zope_instance\bin\... - you have to set the database to read only - turn off all logging - and then we had to patch Zope so it does not actually tries to write anything to the databse. otherwise some of the programs still were not working. I can send you our patches and zope.conf I you like to Robert On Friday 26 March 2004 19:05, Sébastien Georget wrote:
Andy McKay a écrit :
Sebastien Georget wrote:
Under linux it could be : /mnt/cdrom/instance, /cdrom/instance, ... Does anybody have a solution ?
Can't you make the instance home relative to the start script, eg: ../instance? I tried it but it seems to break some products (PortalTransforms/utils.py/skins_dir).
If not, you can set the instance home by passing it through to the startup. You'd have to fiddle I cant remember the exact syntax but you can use -X to set any variable eg:
runzope -X "debug-mode=on" I will look at this, thanks.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )