Search code examples
plonezopebuildout

Plone 4 : How to create Multiple Plone Sites


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.


Solution

  • 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".