Friday 09 July 2010 9:32:39 am
One way of keeping different configuartions for dev/test/prod environments I find myself using a lot is simply to define separate siteaccesses for them, eg frontsa_dev, frontsa_prod, adminsa_dev, adminsa_prod. Cons: you will end up with quite a few duplicated settings files Pros: no need to use deployment scripts to change your dev settings to prod; easier to check any differents between the two config sets Another tip: use a single svn repo where you have all of your code versioned, starting from ezp root, and including all settings and extensions Cons: makes the svn repo slightly bigger; unruly developers might end up committing changes to ezp kernel code Pros: setting up a new dev workstation / test server amounts to a single "svn checkout"; no need to mess with svn:externals or complex setups
Principal Consultant International Business
Member of the Community Project Board
|