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

Commit 926b942

Browse files
authored
Merge branch 'master' into whatsnew-this-week
2 parents f28e3ad + bcc927a commit 926b942

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+257
-227
lines changed

src/_data/toc/cloud-guide.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,11 +491,11 @@ pages:
491491
url: /cloud/live/stage-prod-test.html
492492
versionless: true
493493

494-
- label: Go live and launch
494+
- label: Site launch
495495
url: /cloud/live/live.html
496496
versionless: true
497497
children:
498-
- label: Go live checklist
498+
- label: Launch checklist
499499
url: /cloud/live/go-live-checklist.html
500500
versionless: true
501501

src/_data/whats-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ entries:
933933
type: Major update
934934
date: November 27, 2019
935935
link: https://github.com/magento/devdocs/pull/6080
936-
- description: Added the [Security configuration](https://devdocs.magento.com/cloud/live/go-live-checklist.html#security-configuration)
936+
- description: Added the [Security configuration](https://devdocs.magento.com/cloud/live/site-launch-checklist.html#security-configuration)
937937
section to the "Go live checklist" topic in the _Cloud Guide_ and replaced the
938938
current Go live checklist document attachment with the most recent version, which
939939
is more comprehensive and up-to-date.

src/_includes/install/composer-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ We use [Composer](https://getcomposer.org/){:target="_blank"} to manage Magento
88

99
{:.bs-callout-warning}
1010
You must create a Composer project from our metapackage if you want to use the Magento Web Setup Wizard to upgrade the Magento software and third-party extensions.
11+
12+
{% include install/web/deprecated.md %}

src/_includes/install/file-system-perms-before.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This topic discusses how to set read-write permissions for the web server group before you install the Magento software. This is necessary so the Setup Wizard or command line can write files to the Magento file system.
44

5+
{% include install/web/deprecated.md %}
6+
57
The procedure you use is different, depending on whether you use [shared hosting](#perms-shared) and have one user or if you use a [private server](#perms-private) and have two users.
68

79
{:.bs-callout-info}

src/_includes/install/file-system-perms-before_22.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This topic discusses how to set read-write permissions for the web server group before you install the Magento software. This is necessary so the Setup Wizard or command line can write files to the Magento file system.
44

5+
{% include install/web/deprecated.md %}
6+
57
The procedure you use is different, depending on whether you use [shared hosting](#perms-shared) and have one user or if you use a [private server](#perms-private) and have two users.
68

79
{:.bs-callout-info}

src/_includes/install/flow-diagram.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ The diagram shows the following:
1919

2020
1. Install the Magento software using either the Web Setup Wizard or command line.
2121

22+
{% include install/web/deprecated.md %}
23+
2224
For simplicity, only the Web Setup Wizard is shown in the diagram.
2325

2426
At each step, the Web Setup Wizard validates the information you entered. As shown in the preceding diagram, if validation fails, you must manually fix the issues before you proceed.

src/_includes/install/get-software_zip.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The following table discusses where to get the Magento software. We provide the
55

66
These packages are easy to get and install. You don't need to use Composer, all you need to do is to upload a package to your Magento server or hosted platform, unpack it, and run the web-based Setup Wizard.
77

8+
{% include install/web/deprecated.md %}
9+
810
Archives are available in the following formats: `.zip`, `.tar.bz2`, `.tar.gz`
911

1012
<table>

src/_includes/install/tls-repo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ failed to open stream: operation failed
2020

2121
### Using the Web Setup Wizard
2222

23+
{% include install/web/deprecated.md %}
24+
2325
Actions like saving your authentication credentials or synchronizing with Magento Marketplace fail with the following error:
2426

2527
![SSL connect error]({{ site.baseurl }}/common/images/install_ssl-connect-error.png)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{:.bs-callout-warning}
2+
The Web Setup Wizard is being deprecated in Magento 2.3.6 and will be removed in Magento 2.4.0. After it is removed, you must use the command line to [install]({{ site.baseurl }}/guides/v2.3/install-gde/install/cli/install-cli.html) or [upgrade]({{ site.baseurl }}/guides/v2.3/comp-mgr/cli/cli-upgrade.html) Magento.

src/_includes/layout/page-header.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<!-- page-header -->
22
<section class="page-intro">
33

4+
{% if page.url contains "guides/v2.3/install-gde/install/web/" or page.url contains "guides/v2.3/comp-mgr/upgrader/" %}
5+
<div class="bs-callout-warning">
6+
The Web Setup Wizard is being deprecated in Magento 2.3.6 and will be removed in Magento 2.4.0. After it is removed, you must use the command line to <a href="https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli.html">install</a> or <a href="https://devdocs.magento.com/guides/v2.3/comp-mgr/cli/cli-upgrade.html">upgrade</a> Magento.
7+
</div>
8+
{% endif %}
9+
410
<h1 class="page-title">{{ page.title }}</h1>
511

612
{% if page.subtitle %}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ functional_areas:
99
- Cloud
1010
---
1111

12-
The {{site.data.var.ece}} Pro plan includes a single, Git repository with a Global Master and three, main environments: the Integration environment for development and testing, the Staging environment for testing with all services, and the Production environment to go live. See [Pro architecture]({{ site.baseurl }}/cloud/architecture/pro-architecture.html) for an overview.
12+
The {{site.data.var.ece}} Pro plan includes a single, Git repository with a Global Master and three, main environments: the Integration environment for development and testing, the Staging environment for testing with all services, and the Production environment for launching and maintaining your live site. See [Pro architecture]({{ site.baseurl }}/cloud/architecture/pro-architecture.html) for an overview.
1313

1414
The following graphic demonstrates the Pro develop and deploy workflow, which uses a simple, git-branching approach. You [develop](#develop) code using an Active branch based on the Integration environment branch, _pushing_ and _pulling_ code changes to and from your remote, Active branch. You deploy verified code by _merging_ the remote branch to the base branch, which activates an automated [build and deploy](#deploy) process for that environment.
1515

@@ -67,10 +67,10 @@ It is best to thoroughly test every service, verify your performance testing too
6767

6868
### Merge to Production
6969

70-
After thorough testing in the Staging environment, merge to the Production environment and thoroughly test using live credentials. The moment you go live, customers must be able to complete purchases and administrators must be able to manage the live store. We provide a detailed, clear walk-through for deploying your store and going live:
70+
After thorough testing in the Staging environment, merge to the Production environment and thoroughly test using live credentials. The moment you launch your production site, customers must be able to complete purchases and administrators must be able to manage the live store. We provide a detailed, clear walk-through for deploying your store and going live:
7171

7272
- See [Deploy your store]({{ site.baseurl }}/cloud/live/stage-prod-live.html)
73-
- See [Go live and launch]({{ site.baseurl }}/cloud/live/live.html)
73+
- See [Site launch]({{ site.baseurl }}/cloud/live/live.html)
7474

7575
### Merge to Global Master
7676

src/cloud/basic-information/starter-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Production environment is your live store(s) and site(s). The environment in
1919

2020
The Production environment runs your public-facing Magento single and multi-site storefronts. This system is read-only, requiring deployment across the architecture from the Integration environment to the Staging environment, and finally to the Production environment.
2121

22-
We walk you through [deploying to Production]({{ site.baseurl }}/cloud/live/stage-prod-live.html) and [Go Live]({{ site.baseurl }}/cloud/live/live.html) requirements and processes.
22+
We walk you through [deploying to Production]({{ site.baseurl }}/cloud/live/stage-prod-live.html) and [launching your site]({{ site.baseurl }}/cloud/live/live.html) requirements and processes.
2323

2424
We highly recommend fully testing in your Staging environment and branch before pushing to the `master` branch which deploys to the Production environment.
2525

src/cloud/basic-information/starter-develop-deploy-workflow.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ We recommend using a branching strategy with your development work. Using one br
7878
* Integrate with a 3rd party service
7979
* Push this code, test, and merge to Staging then Production
8080

81-
And so on until you have your store fully built, configured, and ready to go live. But keep reading, we have even better options for your store and code configuration!
81+
And so on until you have your store fully built, configured, and ready to launch. But keep reading, we have even better options for your store and code configuration!
8282

8383
{:.bs-callout-info}
8484
Do not complete any configurations in your local workstation yet.
@@ -203,14 +203,15 @@ To learn more, see [Deploy your store]({{ site.baseurl }}/cloud/live/stage-prod-
203203

204204
### Push to Master / Production {#pro}
205205

206-
When you push to the `master` branch, you are pushing to the Production environment. Complete configuration and testing activities in the Production environment like you did in the Staging environment with one important difference. In the Production environment use live credentials for during configuration and testing. The moment you go live and launch, customers must be able to complete purchases and administrators should be able to manage your live store.
206+
When you push to the `master` branch, you are pushing to the Production environment. Complete configuration and testing activities in the Production environment like you did in the Staging environment with one important difference. In the Production environment use live credentials for configuration and testing. The moment you launch your site, customers must be able to complete purchases and administrators should be able to manage your live store.
207+
207208
To learn more, see [Deploy your store]({{ site.baseurl }}/cloud/live/stage-prod-live.html).
208209

209-
### Go live {#go-live}
210+
### Site launch
210211

211212
We provide a clear walk-through for going live and launching, which requires more steps than pressing a button. After you complete these steps, your store can serve up products in your customized theme for sale immediately.
212213

213-
To learn more, check out [Go live and launch]({{ site.baseurl }}/cloud/live/live.html).
214+
To learn more, see [Site launch]({{ site.baseurl }}/cloud/live/live.html).
214215

215216
## Continuous integration {#continuous-integration}
216217

src/cloud/before/before-setup-env-install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ Be ready to install Magento using one of the following options:
108108
- [Install the Magento software using the command line]({{ site.baseurl }}/guides/v2.3/install-gde/install/cli/install-cli.html)
109109
- [Install the Magento software using the Web Setup Wizard]({{ site.baseurl }}/guides/v2.3/install-gde/install/web/install-web.html)
110110

111+
{% include install/web/deprecated.md %}
112+
111113
{:.procedure}
112114
To install Magento using the command line:
113115

src/cloud/before/before-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Developing code for {{site.data.var.ee}} requires working in Git branches. Not e
3939
Have the following prepared to complete your initial workspace and project setup:
4040

4141
* {{site.data.var.ece}} account with an added user account
42-
* Magento authentication keys from Magento Marketplace. If the Project Owner or Technical Lead created the project according to these instructions, the [Magento authentication keys]({{ site.baseurl }}/guides/v2.3/install-gde/prereq/connect-auth.html) should already be installed and available in the auth.json file in the code repository.
42+
* Magento authentication keys from Magento Marketplace. If the License Owner or Technical Lead created the project according to these instructions, the [Magento authentication keys]({{ site.baseurl }}/guides/v2.3/install-gde/prereq/connect-auth.html) should already be installed and available in the auth.json file in the code repository.
4343

4444
## Get started
4545

src/cloud/cdn/configure-fastly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ CNAME records cannot be set for apex domains, also referred to as a naked or bas
265265
- `151.101.129.124`
266266
- `151.101.193.124`
267267

268-
Refer to [Go live checklist]({{ site.baseurl }}/cloud/live/go-live-checklist.html) for more information.
268+
Refer to [Go live checklist]({{ site.baseurl }}/cloud/live/site-launch-checklist.html) for more information.
269269

270270
### TLS and Fastly {#fastly-tls}
271271

src/cloud/cdn/trouble-fastly.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ If the apex domain and subdomains for your {{ site.data.var.ece }} project are a
113113

114114
- Update the apex and subdomain configuration on the existing Fastly account. See [Multiple Fastly accounts and assigned domains]({{ site.baseurl }}/cloud/cdn/cloud-fastly.html#domain).
115115

116-
- [Enable and configure Fastly]({{ site.baseurl }}/cloud/cdn/configure-fastly.html#cloud-fastly-config) and complete the [DNS configuration]({{ site.baseurl }}/cloud/live/go-live-checklist.html#dns) for your project environment.
116+
- [Enable and configure Fastly]({{ site.baseurl }}/cloud/cdn/configure-fastly.html#cloud-fastly-config) and complete the [DNS configuration]({{ site.baseurl }}/cloud/live/site-launch-checklist.html#dns) for your project environment.
117117

118118
## Verify or debug Fastly services
119119

@@ -270,7 +270,7 @@ Based on the status returned, use the following instructions to update the Fastl
270270
271271
- `Module is disabled`—If the Fastly module is disabled, update the environment configuration on an Integration branch in your local environment to enable it. Then, push the changes to Staging and Production. See [Manage extensions]({{ site.baseurl }}/cloud/howtos/install-components.html).
272272
273-
If you use [Configuration Management]({{site.baseurl}}/cloud/live/sens-data-over.html#cloud-config-specific-recomm), check the Fastly CDN module status in the `app/etc/config.php` configuration file before you push changes to the Production or Staging environment.
273+
If you use [Configuration Management]({{site.baseurl}}/cloud/live/sens-data-over.html), check the Fastly CDN module status in the `app/etc/config.php` configuration file before you push changes to the Production or Staging environment.
274274
275275
If the module is not enabled (`Fastly_CDN => 0`) in the `config.php` file, delete the file and run the following command to update `config.php` with the latest configuration settings.
276276

src/cloud/docker/docker-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Prior to setting up a local workspace, gather the following credentials and acco
2121

2222
- **Magento authentication keys (Composer keys)**
2323

24-
Magento authentication keys are 32-character authentication tokens that provide secure access to the Magento 2 Composer repository (repo.magento.com), and any other Git services required for Magento development such as GitHub. Your account can have multiple Magento authentication keys. For the workspace setup, start with one specific key for your code repository. If you do not have any keys, contact the Project Owner to create them, or create the [Magento authentication keys] yourself.
24+
Magento authentication keys are 32-character authentication tokens that provide secure access to the Magento 2 Composer repository (repo.magento.com), and any other Git services required for Magento development such as GitHub. Your account can have multiple Magento authentication keys. For the workspace setup, start with one specific key for your code repository. If you do not have any keys, contact the Account Owner to create them, or create the [Magento authentication keys] yourself.
2525

2626
- **Cloud Project account**
2727

28-
The Project Owner or Technical Admin (Super User) should invite you to the {{site.data.var.ece}} project. When you receive the e-mail invitation, click the link and follow the prompts to create your account. See [Set up an account] for details.
28+
The License Owner or Technical Admin (Super User) should invite you to the {{site.data.var.ece}} project. When you receive the e-mail invitation, click the link and follow the prompts to create your account. See [Set up an account] for details.
2929

3030
- **Magento Encryption Key**
3131

src/cloud/env/environments-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Only delete an environment if you are certain that you no longer need it. You ca
4848
{:.bs-callout-warning}
4949
You cannot delete the `master` environment of any project.
5050

51-
You must be a [project administrator]({{ site.baseurl }}/cloud/project/user-admin.html#cloud-role-project), [environment administrator]({{ site.baseurl }}/cloud/project/user-admin.html#cloud-role-env), or [Project Owner]({{ site.baseurl }}/cloud/project/user-admin.html#cloud-role-acct-owner) to perform this task.
51+
You must be a [project administrator]({{ site.baseurl }}/cloud/project/user-admin.html#cloud-role-project), [environment administrator]({{ site.baseurl }}/cloud/project/user-admin.html#cloud-role-env), or [Account Owner]({{ site.baseurl }}/cloud/project/user-admin.html#cloud-role-acct-owner) to perform this task.
5252

5353
When you delete an environment, the environment is set to _inactive_. The code is still available in the Git branch, but no longer contains the services or the database. To delete the environment completely, you must also delete the corresponding remote Git branch.
5454

src/cloud/live/launch-steps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ functional_areas:
1313
{:.ref-header}
1414
Previous step
1515

16-
[Go live checklist]({{ site.baseurl }}/cloud/live/go-live-checklist.html)
16+
[Go live checklist]({{ site.baseurl }}/cloud/live/site-launch-checklist.html)
1717

1818
After testing and completing your launch checklist, you can start the final steps to launch. These steps include entering tickets, cutting over access, and finally testing your store(s) when live.
1919

2020
Magento support staff work with you through the process, checking status, and helping if any questions or issues occur. All issues should be tracked with tickets to best capture what happened and how it was resolved. When you begin continuous iterations deploying updates to your launched store, you may have similar issues occur again. These tickets can help pinpoint the issues and help adjust your deployment tasks.
2121

22-
## Contact Magento to go live {#contact}
22+
## Contact Magento to launch your site {#contact}
2323

24-
Contact Magento support and update any go live tickets with the intended date and time to switch over and launch your store(s).
24+
Contact Magento support and update any site launch (go live) tickets with the intended date and time to switch over and launch your store(s).
2525

2626
## Switch DNS to the new site {#dns}
2727

28-
The Time-to-Live changed value is important for checking your changed domain. When you modify the A and CNAME records, the update will take the TTL configured time to update correctly. For details on DNS settings, see [DNS configurations]({{ site.baseurl }}/cloud/live/go-live-checklist.html#dns).
28+
The Time-to-Live changed value is important for checking your changed domain. When you modify the A and CNAME records, the update will take the TTL configured time to update correctly. For details on DNS settings, see [DNS configurations]({{ site.baseurl }}/cloud/live/site-launch-checklist.html#dns).
2929

3030
{:.procedure}
3131
To cut over to the new site:

0 commit comments

Comments
 (0)