You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-deploy/installation/install-configure.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Ensure to first read and follow the setup guides for either new or existing proj
14
14
15
15
<summary>New project</summary>
16
16
17
-
Here we will cover how to install and set up Umbraco Deploy on a new website.
17
+
This section covers cover how to install and set up Umbraco Deploy on a new website.
18
18
19
-
####Requirement
19
+
### Requirement
20
20
21
21
* Visual Studio 2017 v15.9.6 or later
22
22
* Umbraco Deploy license
@@ -41,11 +41,11 @@ When Umbraco has been installed in a repository, we can continue to install and
41
41
42
42
<summary>Existing project</summary>
43
43
44
-
Here we will cover the steps in order for you to install Umbraco deploy on your already existing website with content.
44
+
This section covers the steps to install Umbraco deploy on your already existing website with content.
45
45
46
-
We will cover how to install and set up Umbraco deploy on your website and how to generate the UDA files based on your production website's database.
46
+
Additionally, it covers how to generate the UDA files based on your production website's database.
47
47
48
-
####Requirement
48
+
### Requirement
49
49
50
50
* Visual Studio 2017 v15.9.6 or later
51
51
* Umbraco Deploy license
@@ -101,11 +101,11 @@ When Umbraco has been installed in a repository, we can install Umbraco Deploy i
101
101
To install Umbraco Deploy, run `dotnet add package Umbraco.Deploy.OnPrem` from the command line or `Install-Package Umbraco.Deploy.OnPrem` from the package manager console in Visual Studio.
102
102
103
103
{% hint style="info" %}
104
-
To be able to use Umbraco Forms with Umbraco Deploy, you need to install the `Umbraco.Forms.Deploy` package as well.
104
+
To use Umbraco Forms with Umbraco Deploy, install the `Umbraco.Forms.Deploy` package.
105
105
{% endhint %}
106
106
107
107
{% hint style="info" %}
108
-
In order to deploy content based on certain rich core and community property editors - including Multi URL Picker and Block List/Grid Editor - there is one further NuGet package to install: `Umbraco.Deploy.Contrib`.
108
+
To deploy content with editors such as Multi URL Picker or Block List/Grid Editor, install the `Umbraco.Deploy.Contrib` NuGet package.
109
109
{% endhint %}
110
110
111
111
With Umbraco Deploy installed, to use it in the project you will need to create and add configuration for an API key/secret.
0 commit comments