Skip to content

Commit 7a6a71c

Browse files
authored
Merge pull request #142 from Jumoo/UIsettings
U and I settings πŸͺ±
2 parents 8a3bcc7 + 83970c1 commit 7a6a71c

24 files changed

+52
-15
lines changed

β€Žusync/02.complete/03.guides/01.syncPublisher/01.publishSetup/02.key.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ When you first install uSync.Publisher there will be no AppId/AppKey in your set
99

1010
When you visit the dashboard, uSync.Publisher will detect this and create a new AppId/AppKey for your config file. uSync.Publisher will then display the config you need to know in this pop up:
1111

12-
![Security key setup.](keyConfigSetup.png)
12+
![Security key setup.](KeyConfigNew.png)
1313

1414
Add it to your `appsettings.json` file.
1515

β€Žusync/02.complete/03.guides/01.syncPublisher/01.publishSetup/03.addserver.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Once you have setup secure keys for your servers you will need to add them to th
66

77
1. Go to the uSync Publisher dashboard and click on "Add Server".
88

9-
![Publisher dashboard](newDashboard.png)
9+
![Publisher dashboard](newNewDashboard.png)
1010

1111
2. In the Add Server dialog enter the name and URL of the server you want to connect to and click "Check Connection".
1212

β€Žusync/02.complete/03.guides/01.syncPublisher/01.publishSetup/04.configure.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ title: 3. Configure
44

55
Once you have added a server you can make additional changes (such as picking a new icon, or adding a description to your server) so your editors can easily distinguish between them.
66

7-
![Configure server](newConfigure.png)
7+
![Configure server](newNewConfigure.png)
88

99

1010
## Set Up Connected Servers
1111
The most important thing to configure for a new server are the "Connected Servers".
1212

1313
The connected server list determines what actions an editor can or cannot do when they are viewing the website from the server.
1414

15-
![Connected server setup](newConnectedServers.png)
15+
![Connected server setup](newNewConnectedServers.png)
1616

1717
For example in the image above the connected server setup means that when an editor is on the given server they will be able to push and pull content to and from the 'source' server and only push content to 'My Target Server'.
1818

@@ -22,11 +22,11 @@ It is important that these settings are present for a server, or your users will
2222

2323
There are three Sync Settings to choose from.
2424

25-
![Sync settings page](newSyncSettings.png)
25+
![Sync settings page](newNewSyncSettings.png)
2626

2727
| Name | Description |
2828
| - | - |
29-
Child Content | Include children and remove orphaned content from target.
29+
Content | Include children and remove orphaned content from target.
3030
Settings | Include settings items such as datatypes and doctypes.
3131
Files | Include files, such as views, javascript and css files.
3232

β€Žusync/02.complete/03.guides/01.syncPublisher/01.publishSetup/06.send.mdβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Once you have configured your servers, you are ready to push and pull content be
77

88
## Push Content
99
1. Go to your content tree.
10-
2. Right click on your home content node and select 'Push Items...'.
10+
2. Expand the *push to server* button and select *Push with descendants*.
1111

12-
![Publish to](publishTo.png)
12+
![Publish to](PushWithDescendants.png)
1313

1414
3. You should now get a dialog that lets you pick which server to push content to, and a few choices about how to push the content.
1515

@@ -20,21 +20,21 @@ The basic options available are:
2020
Option | note
2121
-- | --
2222
Include Children | Will include all child items beneath the selected pack (so the whole site if you selected the homepage).
23-
Delete missing items | Will remove any pages from the target site that are not in the tree for this site.
23+
Delete missing | Will remove any pages from the target site that are not in the tree for this site.
2424

2525
Depending on your setup you might see some advanced options, such as "Include Media", or "Schedule Publish". These settings are described more in our server config section.
2626

2727
## Review Changes
2828

2929
4. If you click "Push" uSync will gather all the information and send it over to the target server. The target server will then respond with a list of potential changes which you can review.
3030

31-
![report](newChangeReports.png)
31+
![report](ReportPop.png)
3232

3333
## Push Changes
3434

3535
5. If you are happy with the changes that are going to be made you can choose to continue and uSync will instruct the target server to make the changes. When it is complete it will return another list of the changes made.
3636

37-
![complete](newCompleteReport.png)
37+
![complete](CompletePop.png)
3838

3939
## Finish
4040
6. At this point your target server should now have the changes from your source system and everything should be in sync πŸŽ‰.
54.3 KB
Loading
86.3 KB
Loading
30.6 KB
Loading
55.2 KB
Loading
35 KB
Loading
19.4 KB
Loading

0 commit comments

Comments
Β (0)