Developer forum

Forum » Ecommerce - Standard features » Deploy Ecommerce configurations to production environment

Deploy Ecommerce configurations to production environment

Tymen NNM
Reply

Hi,

we have two DW environments (development and production). We are now working on the Ecommerce part of the website in our development environment.
Is there an easy way to deploy all Ecommerce configurations to the production environment, so we don't need to don't need to configure Ecommerce twice?


Replies

 
Jonas Krarup Dam
Reply

Hi Tymen,

Unfortunately, deployment is mostly manual.

Basically, configuration is saved in two places: the database, and the Globalsettings.aspx file.

* You can choose to copy the globalsettings file, just make sure you update the settings needed to point to the right database (and any other similar environment specific settings in this file)

* if you know which tables contains the relevant configuration data, you can copy this between sites using the Data Integration module. However, this is a fairly finicky process, so I would highly recommend testing on a copy of the production site before doing it "for real".

 

We are definitely planning to address this problem, but currently, this is the best there is (as far as I know)

Regards, Jonas

 

You must be logged in to post in the forum