Plone 4 : How to create Multiple Plone Sites

放肆的年华 提交于 2019-12-11 11:09:37

问题


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.

EDIT: I am looking for a way that will result in a different Data.fs file for each Plone site.


回答1:


To create more plone sites just go to:

http://<hostname>:<port>/manage

for example:

http://localhost:8080/manage

There you'll find a button in upper-right corner that says "Add Plone site".




回答2:


To add multiple Plone sites under Zope

  • Go to Zope Management Interface root: http://localhost:8080/manage (this is usually directly under port 8080)

  • In the real ZMI Zope root you see your Plone site as one of content items

  • In top right corner you should see button Add Plone Site. Press it.




回答3:


You want to set up multiple mount points within Zope. Each mount point has it's own database file. http://plone.org/documentation/kb/multiple-plone-sites-per-zope-instance-using-separate-data-fs-files-for-each-one



来源:https://stackoverflow.com/questions/10298701/plone-4-how-to-create-multiple-plone-sites

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!