问题描述
我正在使用Plone 4,我需要在我的Zope实例中添加另一个Plone站点,即一个Plone站点进行测试/开发,另一个Plone站点进行生产.我已经安装了一个Plone站点,想知道如何在同一实例中安装另一个.
I am using Plone 4 and I need to add another Plone Site in my Zope Instance i.e. One Plone site for testing/development and the other Plone site for production. I already have one Plone site installed and wonder how to install the other in the same instance.
我已按照此处,但未成功.我正在使用扩展.
I have followed the steps listed here but have not been successful. I am using buildout.
谁能告诉我该怎么做,或者我做错了什么.谢谢.
Could anyone tell me how to go about it or if I'm doing something wrong. Thanks.
我正在寻找一种方法,以便为每个Plone站点生成不同的Data.fs文件.
I am looking for a way that will result in a different Data.fs file for each Plone site.
推荐答案
要创建更多plone网站,请访问:
To create more plone sites just go to:
http://<hostname>:<port>/manage
例如:
http://localhost:8080/manage
您会在右上角找到一个按钮,上面显示添加克隆网站".
There you'll find a button in upper-right corner that says "Add Plone site".
这篇关于Plone 4:如何创建多个Plone站点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!