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: src/pages/webhooks/installation.md
+1-20Lines changed: 1 addition & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The following steps apply to both Adobe Commerce on cloud infrastructure and on-
27
27
bin/magento module:enable --all
28
28
```
29
29
30
-
## On-premises installation
30
+
## On-premise installation
31
31
32
32
1. Run the following command to initialize the `AdobeCommerceWebhookPlugins` module. This module consists of generated plugins based on a list of subscribed webhooks.
33
33
@@ -65,25 +65,6 @@ Use the following steps to perform additional configuration for Adobe Commerce o
65
65
66
66
1. Run the `composer info magento/ece-tools` command to determine your version of ece-tools. If the version is less than `2002.1.16`, [update to the most recent version](https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/dev-tools/ece-tools/update-package.html).
67
67
68
-
If the ece-tools version `2002.1.16` is not available yet, install the `develop` branch from git.
69
-
70
-
Add the following to the `repositories` section of your `composer.json` file:
71
-
72
-
```json
73
-
"ece-tools": {
74
-
"type": "git",
75
-
"url": "git@github.com:magento/ece-tools.git"
76
-
},
77
-
```
78
-
79
-
Add the following to the `require` section of your `composer.json`:
80
-
81
-
```json
82
-
"magento/ece-tools": "dev-develop as 2002.1.16",
83
-
```
84
-
85
-
Run the `composer update` command.
86
-
87
68
1. Enable webhooks in the `.magento.env.yaml` file:
0 commit comments