Skip to content
Kevin Jump edited this page Sep 6, 2015 · 3 revisions

Out of the box, uSync is configured to work in a development environment where one or more developers are working on an umbraco solution.

Setup

The assumed setup of uSync is:

  1. each developer has their own copy of umbraco, pointing to their own database,
  2. using either file copies or source control, developers keep the files in their local umbraco installs in sync (but not any database files).
  3. uSync then imports and configuration changes when a site is started (Import), and is saves any changes made in umbraco by the developer (ExportOnSave).

Config

the uSync configuration is controlled in uSyncBackOffice.config. for the default config.

<Import>True</Import>
<ExportAtStartup>False</ExportAtStartup>
<ExportOnSave>True</ExportOnSave>
<WatchForFileChanges>false</WatchForFileChanges> 
Clone this wiki locally