diff --git a/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/02.key.md b/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/02.key.md index e640a4c..845b200 100644 --- a/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/02.key.md +++ b/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/02.key.md @@ -13,6 +13,8 @@ When you visit the dashboard, uSync.Publisher will detect this and create a new Add it to your `appsettings.json` file. +The AppId and AppKey need to be in the config for *all* the umbraco instances you want to syncronise for uSync.Publisher to work. + You should add this config to the end of your appsettings file *after* the Umbraco settings section. It should **not** be part of the Umbraco settings section. e.g : @@ -41,7 +43,3 @@ e.g : } } ``` - -You will need to have the AppId and AppKey settings in the config for all of the Umbraco instances you want to synchronize with uSync.Publisher. - - diff --git a/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/05.SetSync.md b/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/05.SetSync.md new file mode 100644 index 0000000..b33ff87 --- /dev/null +++ b/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/05.SetSync.md @@ -0,0 +1,19 @@ +--- +title: 4. Sync Settings +--- + +In order to sync content between servers, you first need to sync your settings. + +If you haven't synced settings between servers via your build process or uSync, you can first sync settings via the Sync tab on the server configuration page. + +![The server configuration tabs, with the Sync tab highlighted.](syncSetting.png) + +Here, you can choose the elements that will sync. + +![The Sync tab with the Settings elements selected.](syncOptions.png) + +## Sync Settings with Content + +If you want to apply these settings along with the content, go to the sever configuration page and select Settings in the Sync Settings section. + +![The sync settings section in the server configuration page.](settingContent.png) diff --git a/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/05.send.md b/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/06.send.md similarity index 88% rename from usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/05.send.md rename to usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/06.send.md index 7b1ff3a..e43a41d 100644 --- a/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/05.send.md +++ b/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/06.send.md @@ -1,12 +1,9 @@ --- -title: 4. Send content +title: 5. Send Content --- Once you have configured your servers, you are ready to push and pull content between them. -:::note -If you haven't synced settings between servers via your build process or uSync, you can first sync settings via the push settings option on the server configuration page. -::: ## Push Content 1. Go to your content tree. diff --git a/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/settingContent.png b/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/settingContent.png new file mode 100644 index 0000000..a0094fb Binary files /dev/null and b/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/settingContent.png differ diff --git a/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/syncOptions.png b/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/syncOptions.png new file mode 100644 index 0000000..661c382 Binary files /dev/null and b/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/syncOptions.png differ diff --git a/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/syncSetting.png b/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/syncSetting.png new file mode 100644 index 0000000..2091f9a Binary files /dev/null and b/usync/02.complete/03.guides/01.syncPublisher/01.publishSetup/syncSetting.png differ