Skip to content

clarifying publisher docs #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down Expand Up @@ -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.


Original file line number Diff line number Diff line change
@@ -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)
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.