26 Mar
2004
26 Mar
'04
6:05 p.m.
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.