问题描述
在Plone的4.3.1-Unified-Installer的base.cfg(ZEO)中,我可以将ZODB位置定义为变量,而在Plone-4.1.6-Unfied-Installer的base.cfg中则不是
In Plone's 4.3.1-Unified-Installer's base.cfg (ZEO) I can see, it is possible to define the ZODB-location as a variable, in Plone-4.1.6-Unfied-Installer's base.cfg, not.
在我开始进一步研究之前:是否可以通过简单地调整配置来模仿4.1中的设置,或者该选项是否依赖于更高的core-package-versions?
Before I start investigating further: Is is it possible to mimicry this in 4.1 by simply adjusting the config, or does this option depend on higher core-package-versions?
推荐答案
是的,您应该可以通过调整4.1.x配置来做到这一点. 4.3.x功能只是对安装程序的增强.这样做的能力一直存在于plone.recipe.zope *食谱中.
Yes, you should be able to do it by adjusting the 4.1.x config. The 4.3.x feature was just an enhancement of the installer; the ability to do it has always been present in the plone.recipe.zope* recipes.
这篇关于如何在Plone-4.1-Unified-Zeo安装中定义数据库位置?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!