14 Jun
2005
14 Jun
'05
7:18 a.m.
--On 14. Juni 2005 00:09:58 -0700 jlegris <joel.legris@egadss.org> wrote:
Hello All,
I need to transfer Plone/Zope settings from a test instance to a live instance of the Zope server. Aside from transferring the entire Data.fs file or manually copying scripts and replicating configuration settings, is there a simple way to do this?
This way is simple if you think about your system setup before starting development. If you put your customization into a dedicated product and put this under revision control then you can easily keep track of change on test and production server. -aj