Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9e76276

Browse files
Merge pull request #154 from magento-devdocs/DOC-470-cloud-round-1
Rebranding for cloud guide
2 parents b29bcff + 4b480dd commit 9e76276

26 files changed

+54
-63
lines changed

src/_data/var.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mbi: Adobe Commerce Reporting
2020

2121
# Cloud product name variables
2222

23-
ece: Cloud for Adobe Commerce
23+
ece: Adobe Commerce on cloud infrastructure
2424
ece-release-date: July 29, 2021
2525
csuite: Cloud Suite for Commerce
2626

src/cloud/architecture/cloud-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
group: cloud-guide
3-
title: Magento Commerce Cloud architecture
3+
title: Cloud architecture for Commerce
44
functional_areas:
55
- Cloud
66
redirect_from:

src/cloud/architecture/starter-develop-deploy-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For the best information on configurations, review the documentation for {{site.
102102
* [System configuration](http://docs.magento.com/m2/ee/user_guide/system/system.html) for roles, tools, notifications, and your encryption key for your database
103103
* Extension settings using their documentation
104104

105-
Beyond just store settings, you can further configure multiple sites and stores, configured services, and more. See [Configure Magento Commerce]({{ site.baseurl }}/cloud/configure/configuration-overview.html).
105+
Beyond just store settings, you can further configure multiple sites and stores, configured services, and more. See [Configure your store]({{ site.baseurl }}/cloud/configure/configuration-overview.html).
106106

107107
Now you need to get these settings into your code. We have a helpful command to do this, keep reading.
108108

src/cloud/before/before-workspace-magento-prereqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ To set `auto_increment_increment` to 3:
176176

177177
To install the `magento-cloud` CLI , see the [Magento Cloud CLI reference]({{ site.baseurl }}/cloud/reference/cli-ref-topic.html).
178178

179-
## Additional requirements for Magento Commerce {#commerce}
179+
## Additional requirements
180180

181181
The requirements listed in this topic are specific to {{site.data.var.ece}} environments. You will also install {{site.data.var.ee}} on your VM or Docker container. For that installation, you should also review the following:
182182

src/cloud/bk-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
group: cloud-guide
3-
title: Magento Commerce Cloud guide
3+
title: Cloud guide for Commerce
44
functional_areas:
55
- Cloud
66
---

src/cloud/cdn/cloud-fastly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Fastly provides the following services to optimize and secure content delivery o
3535

3636
- **SSL/TLS certificates**–The Fastly service requires an SSL/TLS certificate to serve secure traffic over HTTPS. Magento provides a Domain-validated Let's Encrypt SSL/TLS certificate for each Staging and Production environment. Magento completes domain validation and certificate provisioning during the Fastly set up process. See [TLS and Fastly].
3737

38-
- **Origin cloaking**Magento can enable Origin Cloaking for all Magento Commerce projects hosted on the Cloud platform. This option hides the IP addresses of your origin servers to protect them from direct access. When this feature is enabled, all traffic to your Cloud infrastructure must route through the Fastly CDN or another secure channel. Any traffic sent directly to the Origin servers is blocked. If you have traffic that does not require caching, you can customize the Fastly service configuration to allow requests to [bypass the Fastly cache].
38+
- **Origin cloaking**Adobe can enable Origin Cloaking for all {{ site.data.var.ece }} projects. This option hides the IP addresses of your origin servers to protect them from direct access. When this feature is enabled, all traffic to your Cloud infrastructure must route through the Fastly CDN or another secure channel. Any traffic sent directly to the Origin servers is blocked. If you have traffic that does not require caching, you can customize the Fastly service configuration to allow requests to [bypass the Fastly cache].
3939

4040
- **Image optimization**—Offloads image processing and resizing load to the Fastly service freeing servers to process orders and conversions efficiently. See [Fastly image optimization].
4141

src/cloud/cdn/configure-fastly-customize-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following sections provide an overview and instructions for configuring some
1616
Fastly provides the _Force TLS_ option to redirect unencrypted requests (HTTP) to Fastly. After your Staging or Production environment has been provisioned with a [valid SSL/TLS certificate]({{ site.baseurl }}/cloud/cdn/configure-fastly.html#provision-ssltls-certificates), you can update the Fastly configuration for your store to enable the Force TLS option. See the Fastly [Force TLS guide](https://github.com/fastly/fastly-magento2/blob/master/Documentation/Guides/FORCE-TLS.md) in the Fastly CDN Module for Magento 2 documentation.
1717

1818
{:.bs-callout-info}
19-
Enabling the Force TLS option is a recommended best practice for Magento Commerce stores.
19+
Enabling the Force TLS option is a recommended best practice for {{ site.data.var.ece }} stores.
2020

2121
## Extend Fastly timeout
2222

src/cloud/composer-packages/patch-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
group: cloud-guide
3-
title: Magento Commerce Cloud package updates
3+
title: Cloud package updates for Commerce
44
functional_areas:
55
- Cloud
66
- Setup

src/cloud/docker/docker-config-sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can create the Docker Compose configuration to build and deploy the Docker c
1919
{:.bs-callout-info}
2020
When you build the Docker Compose configuration file, the `ece-docker build:compose` command overwrites the existing `docker-compose.yml` configuration file. You can save customizations for the Docker Compose configuration in a `docker-compose.override.yml` file. If the `docker-compose.override.yml` file is present, then the override configuration merges with the base configuration. See [Override configuration].
2121

22-
## Magento Commerce Cloud configuration
22+
## Cloud configuration for Commerce
2323

2424
You need the following {{site.data.var.ece}} project configuration files to emulate a Cloud project in the Docker environment.
2525

src/cloud/docker/docker-installation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ functional_areas:
66
- Configuration
77
---
88

9-
{{site.data.var.mcd-prod}} is one of the {{site.data.var.csuite}} packages designed to deploy and manage local {{site.data.var.ee}} Docker environments for both Cloud and On-premises projects.
9+
{{site.data.var.mcd-prod}} is one of the {{site.data.var.csuite}} packages designed to deploy and manage local {{site.data.var.ee}} Docker environments for both cloud and on-premises projects.
1010

1111
If you are using {{ site.data.var.ee }} on Cloud, you most likely have the `{{ site.data.var.mcd-package }}` package installed together with the `{{site.data.var.ct-repo}}` package.
1212

1313
An on-premises installation requires the stand-alone `{{ site.data.var.mcd-package }}` package available in the [Magento Cloud Docker GitHub repository](https://github.com/magento/magento-cloud-docker).
1414

15-
## Initialize the Magento project
15+
## Initialize the Commerce project
1616

17-
{{ site.data.var.mcd-prod }} supports the {{site.data.var.ee}} installation for both Cloud and On-premises projects. The initialization steps are different for each project type.
17+
{{ site.data.var.mcd-prod }} supports the {{site.data.var.ee}} installation for both cloud and on-premises projects. The initialization steps are different for each project type.
1818

19-
### Magento Commerce Cloud projects
19+
### Cloud projects
2020

2121
{:.procedure}
22-
To install a Magento Commerce Cloud project:
22+
To install a {{ site.data.var.ece }} project:
2323

24-
1. Download a Magento application template from the [Magento Cloud repository][cloud-repo]. Be careful to select the branch that corresponds with the Magento version.
24+
1. Download an application template from the [Magento Cloud repository][cloud-repo]. Be careful to select the branch that corresponds with the Commerce version.
2525

2626
1. Optionally, you can clone the latest template.
2727

@@ -33,12 +33,12 @@ To install a Magento Commerce Cloud project:
3333

3434
1. Add your [Magento access credentials][magento-creds] to the `auth.json` file.
3535

36-
### Magento Commerce On-premises projects
36+
### On-premises projects
3737

3838
When you initialize a {{site.data.var.ee}} project for Docker development, you must create a [.magento.docker.yml][unified configuration] configuration source file to create the Docker containers for the local environment.
3939

4040
{:.procedure}
41-
To install a Magento Commerce On-premises project:
41+
To install an Adobe Commerce on-premises project:
4242

4343
1. Create a project using [Composer]({{site.baseurl}}/guides/v2.4/install-gde/composer.html).
4444

src/cloud/env/variables-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ stage:
137137

138138
Allows you to increase the maximum expected execution time for static content deployment.
139139

140-
By default, Magento Commerce sets the maximum expected execution to 900 seconds, but in some scenarios you might need more time to complete the static content deployment for a Cloud project.
140+
By default, {{ site.data.var.ece }} sets the maximum expected execution to 900 seconds, but in some scenarios you might need more time to complete the static content deployment for a Cloud project.
141141

142142
```yaml
143143
stage:

src/cloud/env/variables-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ stage:
494494

495495
Allows you to increase the maximum expected execution time for static content deployment.
496496

497-
By default, Magento Commerce sets the maximum expected execution to 900 seconds, but in some scenarios you might need more time to complete the static content deployment for a Cloud project.
497+
By default, {{ site.data.var.ee }} sets the maximum expected execution to 900 seconds, but in some scenarios you might need more time to complete the static content deployment for a Cloud project.
498498

499499
```yaml
500500
stage:

src/cloud/env/variables-global.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ return array(
6565

6666
Allows you to increase the maximum expected execution time for static content deployment.
6767

68-
By default, Magento Commerce sets the maximum expected execution to 900 seconds, but in some scenarios you might need more time to complete the static content deployment for a Cloud project.
68+
By default, {{ site.data.var.ee }} sets the maximum expected execution to 900 seconds, but in some scenarios you might need more time to complete the static content deployment for a Cloud project.
6969

7070
```yaml
7171
stage:

src/cloud/live/live-prot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Unblocking is automated upon resolution of the security risk. The block is remov
3939

4040
## Opt out of the protective block
4141

42-
The protective block is there to protect you against known vulnerabilities in the software you deploy on Magento Commerce.
42+
The protective block is there to protect you against known vulnerabilities in the software you deploy {{ site.data.var.ece }}.
4343

4444
However, you can opt out of the protective block by adding the following to [`.magento.app.yaml`]({{ site.baseurl }}/cloud/project/magento-app.html):
4545

src/cloud/live/site-launch-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See [Test deployment]({{ site.baseurl }}/cloud/live/stage-prod-test.html) for te
2020

2121
Magento provides a Let's Encrypt SSL/TLS certificate for each environment. This certificate is required for Fastly to serve secure traffic over HTTPS.
2222

23-
To use this certificate, you must update your DNS configuration so that Magento can complete domain validation and apply the certificate to your environment. Each environment has a unique certificate that covers the domains for the Magento Commerce sites deployed in that environment. We recommend completing and the configuration updates during the [Fastly set up process]({{ site.baseurl }}/cloud/cdn/configure-fastly.html).
23+
To use this certificate, you must update your DNS configuration so that Magento can complete domain validation and apply the certificate to your environment. Each environment has a unique certificate that covers the domains for the {{ site.data.var.ece }} sites deployed in that environment. We recommend completing and the configuration updates during the [Fastly set up process]({{ site.baseurl }}/cloud/cdn/configure-fastly.html).
2424

2525
## Update DNS configuration with production settings {#dns}
2626

src/cloud/live/stage-prod-live.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For detailed information of the process, see [Pro Develop and Deploy Workflow]({
4848

4949
### Git and SSH URLs {#git-ssh}
5050

51-
For Pro, locate your Git and SSH URLs from the OneDrive onboarding document you received when you signed up for Magento Commerce.
51+
For Pro, locate your Git and SSH URLs from the OneDrive onboarding document you received when you signed up for {{ site.data.var.ece }}.
5252

5353
After you know these URLs, you can access those environments without further intervention.
5454

src/cloud/project/new-relic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ runtime:
9898
9999
To connect a Cloud environment to New Relic, add the New Relic license key to the environment.
100100
101-
- For Pro accounts, Magento adds the license key to your Cloud environments during the provisioning process. You can log in to your New Relic account to verify connectivity between your Magento Commerce site and New Relic.
101+
- For Pro accounts, Adobe adds the license key to your Cloud environments during the provisioning process. You can log in to your New Relic account to verify connectivity between your {{ site.data.var.ece }} site and New Relic.
102102
103103
- For Starter accounts, you have a New Relic license key that supports up to three environments. You must add the key to your environment configurations manually. The license key is not pre-provisioned on Starter environments.
104104
105105
### Configure New Relic for Starter environments
106106
107-
For Starter environments, enable the New Relic integration by adding the New Relic license key to the environment configuration. We recommend adding the key to the Staging and Production (master) environments and one other environment of your choice. Only the New Relic license key is required for configuration. You can find information about additional configuration options in the [New Relic reporting] topic in the _Magento Commerce User Guide_.
107+
For Starter environments, enable the New Relic integration by adding the New Relic license key to the environment configuration. We recommend adding the key to the Staging and Production (master) environments and one other environment of your choice. Only the New Relic license key is required for configuration. You can find information about additional configuration options in the [New Relic reporting] topic in the _Adobe Commerce User Guide_.
108108
109109
{:.bs-callout-warning}
110110
Updating the environment configuration triggers a redeployment, which takes your site offline until deployment completes. For Production environments, we recommend completing this work during off-peak hours to avoid service disruptions. See [Working with variables].

src/cloud/project/privatelink-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The PrivateLink service integration for {{site.data.var.ece}} projects includes
2525
- You cannot establish SSH connections using PrivateLink. For SSH, use the Magento SSH capabilities. See [Enable SSH keys][].
2626
- Magento support does not cover troubleshooting AWS PrivateLink issues beyond initial enablement.
2727
- Customers are responsible for costs associated with managing their own VPC.
28-
- You cannot use the HTTPS protocol (port 443) to connect to Magento Commerce over PrivateLink.
28+
- You cannot use the HTTPS protocol (port 443) to connect to {{ site.data.var.ece }} over PrivateLink.
2929
- PrivateDNS is not available.
3030

3131
## PrivateLink connection types
@@ -36,7 +36,7 @@ The following network diagram shows the PrivateLink connection types available t
3636

3737
You must determine the PrivateLink connection type required for your {{site.data.var.ece}} environments:
3838

39-
- **Unidirectional PrivateLink**–Choose this configuration to retrieve data securely from a Magento Commerce store.
39+
- **Unidirectional PrivateLink**–Choose this configuration to retrieve data securely from a {{ site.data.var.ece }} store.
4040
- **Bidirectional PrivateLink**–Choose this configuration to establish secure connections to and from systems outside of the {{site.data.var.ece}} environment. The bidirectional option requires two connections:
4141
- A connection between the customer VPC and the Magento VPC
4242
- A connection between the Magento VPC and the customer VPC

src/cloud/project/project-upgrade-parent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ functional_areas:
77
---
88
The Upgrades and patches section contains detailed release notes for the `{{site.data.var.ct}}` package, and information on how to upgrade the `{{site.data.var.ct}}` package, upgrade {{site.data.var.ece}}, and apply custom patches and hotfixes.
99

10-
The Upgrades and patches section provides information about how to update `{{site.data.var.ct}}`, upgrade the Magento version, and how to [apply patches] to your {{site.data.var.ece}} project.
10+
The Upgrades and patches section provides information about how to update `{{site.data.var.ct}}`, upgrade the {{site.data.var.ee}} version, and how to [apply patches] to your {{site.data.var.ece}} project.
1111

12-
Some restrictions in the core Magento Commerce code base affect your ability to update to a specific `{{site.data.var.ct}}` release or to upgrade Magento. Use the following table to determine the best path:
12+
Some restrictions in the {{site.data.var.ee}} code base affect your ability to update to a specific `{{site.data.var.ct}}` release or to upgrade. Use the following table to determine the best path:
1313

1414
| Current Version | Upgrade Path | Instructions
1515
| --- | --- | --- |

src/cloud/project/projects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ The following sections detail more about project and environment variables:
2929

3030
### Upgrade and patch {#upgrade}
3131

32-
To upgrade and patch Magento, see:
32+
To upgrade and patch {{ site.data.var.ece }} projects, see:
3333

34-
- [Upgrade and test Magento Commerce]({{ site.baseurl }}/cloud/project/project-upgrade.html)
35-
- [Patch and test Magento Commerce]({{ site.baseurl }}/cloud/project/project-patch.html)
34+
- [Upgrade versions]({{ site.baseurl }}/cloud/project/project-upgrade.html)
35+
- [Apply patches]({{ site.baseurl }}/cloud/project/project-patch.html)
3636

3737
## Access the Project Web Interface {#login}
3838

src/cloud/release-notes/cloud-release-archive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The `{{site.data.var.ct}}` 2002.0.22 release changes the structure of the `{{sit
103103

104104
- {:.new}<!-- MAGECLOUD-3602 -->Added the **FORCE_UPDATE_URLS** deploy variable to update Magento base URLs when deploying to Pro and Starter production and staging environments. See the definition in the [deploy variables]({{ site.baseurl }}/cloud/env/variables-deploy.html#force_update_urls) content.
105105

106-
- {:.new}<!-- MAGECLOUD-3643 -->Added the **TTFB_TESTED_PAGES** post-deploy variable to configure _Time to First Byte_ page tests to check Magento Commerce application performance on sites deployed to Cloud infrastructure. See the variable description in [post-deploy variables]({{ site.baseurl }}/cloud/env/variables-post-deploy.html).
106+
- {:.new}<!-- MAGECLOUD-3643 -->Added the **TTFB_TESTED_PAGES** post-deploy variable to configure _Time to First Byte_ page tests to check application performance on sites deployed to Cloud infrastructure. See the variable description in [post-deploy variables]({{ site.baseurl }}/cloud/env/variables-post-deploy.html).
107107

108108
- {:.fix}<!-- MAGECLOUD-3611 -->Fixed an issue with multi-threaded SCD, which caused random failures in static content deployment. The workaround involved setting the **SCD_THREADS** variable to `1`. You can now increase the count as needed. See the definitions in the [deploy variables]({{ site.baseurl }}/cloud/env/variables-deploy.html#scd_threads) and the [build variables]({{ site.baseurl }}/cloud/env/variables-build.html#scd_threads).
109109

@@ -256,7 +256,7 @@ The `{{site.data.var.ct}}` version 2002.0.17 includes an important security patc
256256

257257
- <!-- MAGECLOUD-2888 -->Now the Docker generator uses the services specified in the `.magento.app.yaml` and `.magento/services.yaml` configuration files when [building your Docker environment]({{ site.baseurl }}/cloud/docker/docker-config.html). You can choose a different service version using build parameters.
258258

259-
- <!-- MAGECLOUD-2799 -->Added PHP 7.2 image—Added support for PHP 7.2 in Cloud Docker; updated the [Launch Docker configuration]({{ site.baseurl }}/cloud/docker/docker-config.html) to include the `docker:build --php` option to specify the version of PHP compatible with your Magento Commerce version.
259+
- <!-- MAGECLOUD-2799 -->Added PHP 7.2 image—Added support for PHP 7.2 in Cloud Docker; updated the [Launch Docker configuration]({{ site.baseurl }}/cloud/docker/docker-config.html) to include the `docker:build --php` option to specify the version of PHP compatible with your version of Adobe Commerce.
260260

261261
- <!-- MAGECLOUD-2565 -->Added a [Cron container]({{ site.baseurl }}/cloud/docker/docker-containers-cli.html#cron-container) based on the PHP-CLI image.
262262

0 commit comments

Comments
 (0)