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: 13/umbraco-deploy/installation/install-configure.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Ensure to first read and follow the setup guides for either new or existing proj
16
16
17
17
Here we will 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
@@ -45,7 +45,7 @@ Here we will cover the steps in order for you to install Umbraco deploy on your
45
45
46
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.
47
47
48
-
####Requirement
48
+
### Requirement
49
49
50
50
* Visual Studio 2017 v15.9.6 or later
51
51
* Umbraco Deploy license
@@ -81,7 +81,7 @@ When Umbraco has been installed in a repository, we can continue to install and
81
81
82
82
After the Umbraco files have been committed add the following lines to the .gitignore so that they will not be picked up by Git when we are deploying.
83
83
84
-
```
84
+
```none
85
85
**/media/*
86
86
87
87
# Umbraco deploy specific
@@ -251,6 +251,7 @@ You will need to generate a unique GUID for each environment. This can be done i
251
251
5. Generate a "New GUID" for each environment you will be adding to your setup.
252
252
253
253
Or by running the following PowerShell command:
254
+
254
255
```pwsh
255
256
[guid]::NewGuid().ToString()
256
257
```
@@ -263,7 +264,7 @@ Once the configuration has been set up with the correct information we can now g
263
264
264
265
This can be done by going to the `/umbraco/Deploy/Revision` folder of the project and create a test `.uda` file, and then check in either your Git GUI or in the command line and verify whether the test file is being tracked.
Copy file name to clipboardExpand all lines: 13/umbraco-deploy/installation/the-licensing-model.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ A single license covers one Umbraco solution. It includes all domains hosted by
35
35
36
36
To clarify the above:
37
37
38
-
* You only need one license when you have a solution covering multiple domains- for example, www.mysite.com and www.mysite.dk - load balanced in production over multiple servers running from the same database, managed from the same backoffice instance, and with any number of non-production environments (staging, QA, etc.)
39
-
* You need two licenses if you have a web presence that consists of two separate websites hosted on different domains or sub-domains - for example, www.mysite.com and shop.mysite.com - with each of these managed as a separate Umbraco installation using their own database and backoffice in production.
38
+
* You only need one license when you have a solution covering multiple domains- for example, `www.mysite.com` and `www.mysite.dk` - load balanced in production over multiple servers running from the same database, managed from the same backoffice instance, and with any number of non-production environments (staging, QA, etc.)
39
+
* You need two licenses if you have a web presence that consists of two separate websites hosted on different domains or sub-domains - for example, `www.mysite.com` and shop.mysite.com - with each of these managed as a separate Umbraco installation using their own database and backoffice in production.
40
40
41
41
{% hint style="info" %}
42
42
The license for Umbraco Deploy comes with a recurring yearly fee. Learn more about this and pricing on [Umbraco.com](https://umbraco.com/products/umbraco-deploy/).
@@ -81,9 +81,9 @@ Umbraco Cloud projects use a license file placed in the `/umbraco/Licenses` fold
81
81
82
82
On start-up and on a schedule, Umbraco running Deploy On-premise will call out to a service. It will pass the configured license key to determine its validity. The response triggers a notification that the Umbraco Deploy will handle. It will amend the available functionality as appropriate to a valid, invalid or expired license.
83
83
84
-
You can view the status of the Umbraco Deploy On-premise license in the backoffice. This is available via the _Settings_ section, listed along with any other products using the same licensing service:
84
+
You can view the status of the Umbraco Deploy On-premise license in the backoffice. This is available via the _Settings_ section, listed along with any other products using the same licensing service.
85
85
86
-

86
+

87
87
88
88
### When and how to configure an `UmbracoApplicationUrl`
Copy file name to clipboardExpand all lines: 13/umbraco-deploy/release-notes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This section contains the release notes for Umbraco Deploy 13 including all chan
36
36
* Ensure environment-to-environment actions are executed asynchronously on background job (fixes timeout issues on large deployments) [#179](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/179)
37
37
* Only require default, allowed and master templates and their associated files to exist (avoids schema mismatches on template changes) [156](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/156)
Copy file name to clipboardExpand all lines: 13/umbraco-deploy/test-the-release-candidate.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,4 @@ Remember to enable **pre-releases**.
35
35
36
36
## How to provide feedback
37
37
38
-
If you find issues that are not already [reported](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aopen+is%3Aissue+label%3Aproject%2Fv12+), please report them on the Umbraco Deploy [GitHub tracker](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/new?assignees=\&labels=\&projects=\&template=1\_Bug.md).
38
+
If you find issues that are not already [reported](https://github.com/umbraco/Umbraco.Deploy.Issues/issues), please report them on the Umbraco Deploy [GitHub tracker](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/new?assignees=\&labels=\&projects=\&template=1\_Bug.md).
0 commit comments