Skip to content

Commit

Permalink
Described option for using understores in product keys when configuri…
Browse files Browse the repository at this point in the history
…ng product licenses with environment variables.
  • Loading branch information
AndyButland committed Dec 12, 2024
1 parent 528e421 commit 38e497a
Show file tree
Hide file tree
Showing 15 changed files with 122 additions and 2 deletions.
8 changes: 8 additions & 0 deletions 10/umbraco-commerce/installation/licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ Once you have received your license code it needs to be installed on your site.
}
```

{% hint style="info" %}

Check warning on line 70 in 10/umbraco-commerce/installation/licensing-model.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words).", "location": {"path": "10/umbraco-commerce/installation/licensing-model.md", "range": {"start": {"line": 70, "column": 4}}}, "severity": "WARNING"}
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:

```json
"Umbraco_Commerce": "YOUR_LICENSE_KEY"
```
{% endhint %}

### Verify the license installation

You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a licenses dashboard which should display the status of your license.
Expand Down
8 changes: 8 additions & 0 deletions 10/umbraco-ui-builder/installation/licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ Once you have received your license code it needs to be installed on your site.
}
```

{% hint style="info" %}

Check warning on line 70 in 10/umbraco-ui-builder/installation/licensing-model.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words).", "location": {"path": "10/umbraco-ui-builder/installation/licensing-model.md", "range": {"start": {"line": 70, "column": 4}}}, "severity": "WARNING"}
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:

```json
"Umbraco_UIBuilder": "YOUR_LICENSE_KEY"
```
{% endhint %}

### Verify the license installation

You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a license dashboard which should display the status of your license.
Expand Down
8 changes: 8 additions & 0 deletions 13/umbraco-commerce/installation/the-licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ Once you have received your license code it needs to be installed on your site.
}
```

{% hint style="info" %}

Check warning on line 70 in 13/umbraco-commerce/installation/the-licensing-model.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words).", "location": {"path": "13/umbraco-commerce/installation/the-licensing-model.md", "range": {"start": {"line": 70, "column": 4}}}, "severity": "WARNING"}
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:

```json
"Umbraco_Commerce": "YOUR_LICENSE_KEY"
```
{% endhint %}

### Verify the license installation

You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a license dashboard which should display the status of your license.
Expand Down
8 changes: 8 additions & 0 deletions 13/umbraco-deploy/installation/install-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,14 @@ For example, in `appsettings.json`:
}
```

{% hint style="info" %}

Check warning on line 295 in 13/umbraco-deploy/installation/install-configure.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words).", "location": {"path": "13/umbraco-deploy/installation/install-configure.md", "range": {"start": {"line": 295, "column": 4}}}, "severity": "WARNING"}
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:

```json
"Umbraco_Deploy_OnPrem": "YOUR_LICENSE_KEY"
```
{% endhint %}

Umbraco Cloud projects use a license file placed in the `/umbraco/Licenses` folder that is provided when your project is created.

Read more about the [Umbraco Deploy licensing model](../installation/the-licensing-model.md).
8 changes: 8 additions & 0 deletions 13/umbraco-deploy/installation/the-licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ For example, in `appsettings.json`:
}
```

{% hint style="info" %}

Check warning on line 70 in 13/umbraco-deploy/installation/the-licensing-model.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words).", "location": {"path": "13/umbraco-deploy/installation/the-licensing-model.md", "range": {"start": {"line": 70, "column": 4}}}, "severity": "WARNING"}
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:

```json
"Umbraco_Deploy_OnPrem": "YOUR_LICENSE_KEY"
```
{% endhint %}

Umbraco Cloud projects use a license file placed in the `/umbraco/Licenses` folder that is provided automatically when your project is created.

## Validating the license
Expand Down
9 changes: 9 additions & 0 deletions 13/umbraco-engage/installation/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ Once you have received your license code it needs to be installed on your site.
}
```

{% hint style="info" %}

Check warning on line 76 in 13/umbraco-engage/installation/licensing.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words).", "location": {"path": "13/umbraco-engage/installation/licensing.md", "range": {"start": {"line": 76, "column": 4}}}, "severity": "WARNING"}
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:

```json
"Umbraco_Engage": "YOUR_LICENSE_KEY"
```
{% endhint %}


### Verify the license installation

You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a license dashboard which should display the status of your license.
Expand Down
8 changes: 8 additions & 0 deletions 13/umbraco-ui-builder/installation/licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ Once you have received your license code it needs to be installed on your site.
}
```

{% hint style="info" %}
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:

```json
"Umbraco_UIBuilder": "YOUR_LICENSE_KEY"
```
{% endhint %}

### Verify the license installation

You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a license dashboard which should display the status of your license.
Expand Down
8 changes: 8 additions & 0 deletions 14/umbraco-commerce/getting-started/the-licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ Once you have received your license code it needs to be installed on your site.
}
```

{% hint style="info" %}
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:

```json
"Umbraco_Commerce": "YOUR_LICENSE_KEY"
```
{% endhint %}

### Verify the license installation

You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a license dashboard which should display the status of your license.
Expand Down
8 changes: 8 additions & 0 deletions 14/umbraco-deploy/installation/install-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,14 @@ For example, in `appsettings.json`:
}
```

{% hint style="info" %}
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:

```json
"Umbraco_Deploy_OnPrem": "YOUR_LICENSE_KEY"
```
{% endhint %}

Umbraco Cloud projects use a license file placed in the `/umbraco/Licenses` folder that is provided when your project is created.

Read more about the [Umbraco Deploy licensing model](../installation/the-licensing-model.md).
8 changes: 8 additions & 0 deletions 14/umbraco-deploy/installation/the-licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ For example, in `appsettings.json`:
}
```

{% hint style="info" %}
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:

```json
"Umbraco_Deploy_OnPrem": "YOUR_LICENSE_KEY"
```
{% endhint %}

Umbraco Cloud projects use a license file placed in the `/umbraco/Licenses` folder that is provided automatically when your project is created.

## Validating the license
Expand Down
11 changes: 10 additions & 1 deletion 14/umbraco-ui-builder/installation/licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,19 @@ Once you have received your license code it needs to be installed on your site.
"Products": {
"Umbraco.UIBuilder": "YOUR_LICENSE_KEY"
}
}
}
}
```


{% hint style="info" %}
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:

```json
"Umbraco_UIBuilder": "YOUR_LICENSE_KEY"
```
{% endhint %}

### Verify the license installation

You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a license dashboard which should display the status of your license.
Expand Down
6 changes: 6 additions & 0 deletions 15/umbraco-commerce/getting-started/the-licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@ Once you have received your license code it needs to be installed on your site.
}
```

{% hint style="info" %}

Check warning on line 72 in 15/umbraco-commerce/getting-started/the-licensing-model.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words).", "location": {"path": "15/umbraco-commerce/getting-started/the-licensing-model.md", "range": {"start": {"line": 72, "column": 4}}}, "severity": "WARNING"}
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:

```json
"Umbraco_Commerce": "YOUR_LICENSE_KEY"
```
{% endhint %}

### Verify the license installation

Expand Down
8 changes: 8 additions & 0 deletions 15/umbraco-deploy/installation/install-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,14 @@ For example, in `appsettings.json`:
}
```

{% hint style="info" %}

Check warning on line 295 in 15/umbraco-deploy/installation/install-configure.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words).", "location": {"path": "15/umbraco-deploy/installation/install-configure.md", "range": {"start": {"line": 295, "column": 4}}}, "severity": "WARNING"}
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:

```json
"Umbraco_Deploy_OnPrem": "YOUR_LICENSE_KEY"
```
{% endhint %}

Umbraco Cloud projects use a license file placed in the `/umbraco/Licenses` folder that is provided when your project is created.

Read more about the [Umbraco Deploy licensing model](../installation/the-licensing-model.md).
8 changes: 8 additions & 0 deletions 15/umbraco-deploy/installation/the-licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ For example, in `appsettings.json`:
}
```

{% hint style="info" %}

Check warning on line 72 in 15/umbraco-deploy/installation/the-licensing-model.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words).", "location": {"path": "15/umbraco-deploy/installation/the-licensing-model.md", "range": {"start": {"line": 72, "column": 4}}}, "severity": "WARNING"}
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:

```json
"Umbraco_Deploy_OnPrem": "YOUR_LICENSE_KEY"
```
{% endhint %}

Umbraco Cloud projects use a license file placed in the `/umbraco/Licenses` folder that is provided automatically when your project is created.

## Validating the license
Expand Down
10 changes: 9 additions & 1 deletion 15/umbraco-ui-builder/installation/licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,18 @@ Once you have received your license code it needs to be installed on your site.
"Products": {
"Umbraco.UIBuilder": "YOUR_LICENSE_KEY"
}
}
}
}
```

{% hint style="info" %}

Check warning on line 72 in 15/umbraco-ui-builder/installation/licensing-model.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words).", "location": {"path": "15/umbraco-ui-builder/installation/licensing-model.md", "range": {"start": {"line": 72, "column": 4}}}, "severity": "WARNING"}
If using environment variables rather than a JSON file for your configuration you may run into issues with the periods used in the product key. If so, an underscore can be used instead:

```json
"Umbraco_UIBuilder": "YOUR_LICENSE_KEY"
```
{% endhint %}

### Verify the license installation

You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a license dashboard which should display the status of your license.
Expand Down

0 comments on commit 38e497a

Please sign in to comment.