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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: _includes/cloud/new-project-from-template.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
1. Access your account. You can open the email you received from Magento Cloud (accounts@magento.cloud) and click the _Access your project now_ link. Or you can log in to [your Magento Commerce account](https://accounts.magento.cloud).
1
+
1. Access your account. You can open the email you received from Magento Cloud (accounts@magento.cloud) and click the _Access your project now_ link. Or you can log in to [your {{site.data.var.ee}} account](https://accounts.magento.cloud).
2
2
2. Click the _This project has no code yet_ link next to the Project name.
3
3
4
4

Copy file name to clipboardExpand all lines: _includes/cloud/patch.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
This topic discusses how to test patches to your Magento Commerce (Cloud) system locally before you push them to the remote server. We strongly recommend you test patches locally so you can identify and resolve any issues.
1
+
This topic discusses how to test patches to your {{site.data.var.ece}} system locally before you push them to the remote server. We strongly recommend you test patches locally so you can identify and resolve any issues.
2
2
3
-
When you perform a Magento Commerce upgrade, you automatically upgrade with patches and hotfixes through the `composer update` command. If you upgrade a Cloud patch without upgrading the full Magento Commerce application, see [Upgrade a Magento Commerce patch](#upgrade-patch). To upgrade and test a full Magento Commerce version (including patches and hotfixes), see [Upgrade and test Magento Commerce]({{ page.baseurl }}/cloud/project/project-upgrade.html).
3
+
When you perform a {{site.data.var.ee}} upgrade, you automatically upgrade with patches and hotfixes through the `composer update` command. If you upgrade a Cloud patch without upgrading the full {{site.data.var.ee}} application, see [Upgrade a {{site.data.var.ee}} patch](#upgrade-patch). To upgrade and test a full {{site.data.var.ee}} version (including patches and hotfixes), see [Upgrade and test {{site.data.var.ee}}]({{ page.baseurl }}/cloud/project/project-upgrade.html).
4
4
5
5
{: .bs-callout .bs-callout-info}
6
-
We recommend installing full Magento Commerce upgrades for important security updates. Full upgrades include all associated patches and hotfixes.
6
+
We recommend installing full {{site.data.var.ee}} upgrades for important security updates. Full upgrades include all associated patches and hotfixes.
7
7
8
8
There are two types of patches:
9
9
10
10
*[General patches](#cloud-patch-gen)
11
11
12
-
These patches are provided for all Magento Commerce customers in a GitHub repository that's referenced in your `composer.json`. We apply these patches automatically during the build phase.
12
+
These patches are provided for all {{site.data.var.ee}} customers in a GitHub repository that's referenced in your `composer.json`. We apply these patches automatically during the build phase.
13
13
14
14
To install general patches, use `composer update`, test your system, and push the patches to the remote server.
15
15
@@ -24,9 +24,9 @@ Always test a patch your local system. When complete, push the local Git branch
24
24
25
25
For more information on Composer, see [Composer in Cloud]({{ page.baseurl }}/cloud/reference/cloud-composer.html).
26
26
27
-
## Upgrade a Magento Commerce patch {#upgrade-patch}
27
+
## Upgrade a {{site.data.var.ee}} patch {#upgrade-patch}
28
28
29
-
When you perform a Magento Commerce upgrade, you automatically upgrade with patches and hotfixes through the `composer update` command.
29
+
When you perform a {{site.data.var.ee}} upgrade, you automatically upgrade with patches and hotfixes through the `composer update` command.
30
30
31
31
### Back up the database
32
32
@@ -68,7 +68,7 @@ Verify other changes you're going to submit to source control before you start t
68
68
69
69
composer update
70
70
71
-
This command automatically upgrades for patches associated to the installed Magento Commerce version.
71
+
This command automatically upgrades for patches associated to the installed {{site.data.var.ee}} version.
72
72
73
73
4. Add, commit, and push your changes to initiate a deployment:
74
74
@@ -78,13 +78,13 @@ Verify other changes you're going to submit to source control before you start t
78
78
79
79
`git add -A` is required to add all changed files to source control because of the way Composer marshals base packages.
80
80
81
-
The files Composer marshals belong to the new version of Magento, to overwrite the outdated version of those same files. Currently, marshaling is disabled in Magento Commerce, so you must add the marshaled files to source control.
81
+
The files Composer marshals belong to the new version of Magento, to overwrite the outdated version of those same files. Currently, marshaling is disabled in {{site.data.var.ee}}, so you must add the marshaled files to source control.
82
82
83
83
5. Wait for deployment to complete.
84
84
85
85
## Test general patches {#cloud-patch-gen}
86
86
87
-
*General patches* are provided for all Magento Commerce customers in a repository referenced in your `composer.json`. We apply patches automatically during the build phase when a patch is available. The procedure discussed in this section enables to you test a patch locally anytime you choose.
87
+
*General patches* are provided for all {{site.data.var.ee}} customers in a repository referenced in your `composer.json`. We apply patches automatically during the build phase when a patch is available. The procedure discussed in this section enables to you test a patch locally anytime you choose.
88
88
89
89
The procedure you use is slightly different, depending on the type of environment, see [Pro architecture]({{ page.baseurl }}/cloud/architecture/pro-architecture.html#cloud-arch-int).
Copy file name to clipboardExpand all lines: guides/v2.1/cloud/basic-information/starter-architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Each service runs in its own secure container. Containers are managed together i
80
80
* Git
81
81
* Secure Shell (SSH)
82
82
83
-
You can even have multiple applications running in the same project. Building a microservice oriented architecture with Magento Commerce is as easy as managing a monolithic application.
83
+
You can even have multiple applications running in the same project. Building a microservice oriented architecture with {{site.data.var.ee}} is as easy as managing a monolithic application.
Copy file name to clipboardExpand all lines: guides/v2.1/cloud/before/before-setup-env-2_clone.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ functional_areas:
20
20
#### Previous step:
21
21
[Set up the Magento file system owner]({{ page.baseurl }}/cloud/before/before-workspace-file-sys-owner.html)
22
22
23
-
The Magento Commerce project is a Git repository of Magento code with a master origin. Develop your custom code and add extensions in one of eight active Git branches in your local. Each active environment includes a database and services to fully access the Magento site and store in the Integration environment.
23
+
The {{site.data.var.ee}} project is a Git repository of Magento code with a master origin. Develop your custom code and add extensions in one of eight active Git branches in your local. Each active environment includes a database and services to fully access the Magento site and store in the Integration environment.
24
24
25
25
To begin, you need to clone the `master` environment to your local and add the Magento Admin URL, username, and password (to include with all branches). If you are new to Git workflow, processes, and commands, see Git [documentation](https://git-scm.com/documentation).
26
26
@@ -70,7 +70,7 @@ To clone the project's `master` environment to your local:
70
70
71
71
We recommend changing the following variables for the Magento Admin URL and administrator account. You should configure these settings for security reasons prior to branching from the cloned `master`. If you change the variables in the `master` branch, you only have to make these changes once. All branches inherit the variables from `master`.
72
72
73
-
*`ADMIN_EMAIL`: The email address for the administrative user. This value is required for upgrading and patching Magento Commerce (Cloud) and is used to send password reset emails.
73
+
*`ADMIN_EMAIL`: The email address for the administrative user. This value is required for upgrading and patching {{site.data.var.ece}} and is used to send password reset emails.
74
74
*`ADMIN_USERNAME`: Username for the administrative user. The administrative user
75
75
can create other users, including other administrative users. The default
76
76
hardcoded username is the Project Owner email address. You can use this value, or change it to another secure username.
Copy file name to clipboardExpand all lines: guides/v2.1/cloud/before/before-workspace.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This section walks through the steps for first time merchants with Magento, Mage
23
23
24
24
## Set up an account {#newaccount}
25
25
26
-
To begin working with a project and develop your store, you should have received an e-mail invitation to [create a Magento Commerce (Cloud) account](https://accounts.magento.cloud). The account provides access to your project for Magento development and deployment across all supported environments.
26
+
To begin working with a project and develop your store, you should have received an e-mail invitation to [create a {{site.data.var.ece}} account](https://accounts.magento.cloud). The account provides access to your project for Magento development and deployment across all supported environments.
27
27
28
28
You should receive an e-mail invitation to verify and access the project. If you don't see the invitation, check your junk e-mail folder. Click the **Verify my account** option in the email to verify and access your project account.
Copy file name to clipboardExpand all lines: guides/v2.1/cloud/configure/setup-cron-jobs.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ functional_areas:
7
7
- Configuration
8
8
---
9
9
10
-
Magento uses cron jobs for numerous features to schedule activities. You can add cron jobs to `.magento.app.yaml` and push it to your branches for deployment. For specific information for configuring and setting up cron in Magento, see [Magento Commerce cron information](#croninfo). The following information is specific to creating and deploying cron jobs in {{site.data.var.ece}}.
10
+
Magento uses cron jobs for numerous features to schedule activities. You can add cron jobs to `.magento.app.yaml` and push it to your branches for deployment. For specific information for configuring and setting up cron in Magento, see [{{site.data.var.ee}} cron information](#croninfo). The following information is specific to creating and deploying cron jobs in {{site.data.var.ece}}.
11
11
12
-
## Magento Commerce cron information {#croninfo}
12
+
## Cron information {#croninfo}
13
13
14
14
The following links provide more information on crons for {{site.data.var.ee}}. You can use this information for setting up and understanding cron jobs in Magento. When you want to add cron jobs for {{site.data.var.ece}}, you manage all crons through `.magento.app.yaml`. For more information, review this topic.
Copy file name to clipboardExpand all lines: guides/v2.1/cloud/live/live-prot.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ functional_areas:
10
10
- Configuration
11
11
---
12
12
13
-
Magento Commerce (Cloud) has a protective blocking feature that, under certain circumstances, restricts access to websites with security vulnerabilities. We use this partial blocking method to prevent exploitation of known security vulnerabilities.
13
+
{{site.data.var.ece}} has a protective blocking feature that, under certain circumstances, restricts access to websites with security vulnerabilities. We use this partial blocking method to prevent exploitation of known security vulnerabilities.
14
14
15
15
Outdated software often contains exploits we protect against by partially blocking access to these sites.
16
16
17
17
## How the protective block works
18
18
19
-
Magento Commerce maintains a database of signatures of known security vulnerabilities in open-source software that are commonly deployed on our infrastructure. The security check analyzes only known vulnerabilities in open-source projects; it cannot examine customizations you write.
19
+
{{site.data.var.ee}} maintains a database of signatures of known security vulnerabilities in open-source software that are commonly deployed on our infrastructure. The security check analyzes only known vulnerabilities in open-source projects; it cannot examine customizations you write.
0 commit comments