I created a site at the root of Plone 3.1.5.2 - my development site. Part of the site is configured using buildout and parts are configures through the ZMI. I need to deploy the site to another server. I would like to deploy it to a folder at the root of the new plone site, as this new server will eventually have two sites on it, each in its own Data.fs. I tried the following, and it did not work as expected:
1. Created fresh Plone 3.1.5.2 site. 2. Edited buildout.cfg to create two ZODB mount points 3. Stareted zope, added the mount points and created two plone sites in each mount point. 4. Edited buildout.cfg again to add the eggs & products used in the development site. 5. Transfered the src files from the development site to the new site 6. Moved the Data.fs from the development site to the new site - installed it in the var/filestorge/new_site directory (replacing the stock plone site that was there). 7. Restarted Zope. The new site with all the changes from the development site is available, but at the root of my new zope installation, not in the folder that I wanted it to appear. That mount point has disappeared from the ZMI. So, how do I move a site using building out and the Data.fs to a new installation, but add the site to a different ZODB mount point? Thanks! Mark _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
