Posted on 21/07/2016 10:23:56
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