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

Commit e9ca866

Browse files
authored
Update terminology to match Cloud UI interfaces (#7208)
* Update terminology to match Cloud UI interfaces - Replace "go live" with "site launch" - Replace "Project Owner" with "Account Owner" - Rename Go live and launch topic to Site launch - Rename Go live checklist to Launch checklist to match download * Removed go-live references
1 parent afd93ba commit e9ca866

20 files changed

+48
-42
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
@@ -896,7 +896,7 @@ entries:
896896
type: Major update
897897
date: November 27, 2019
898898
link: https://github.com/magento/devdocs/pull/6080
899-
- description: Added the [Security configuration](https://devdocs.magento.com/cloud/live/go-live-checklist.html#security-configuration)
899+
- description: Added the [Security configuration](https://devdocs.magento.com/cloud/live/site-launch-checklist.html#security-configuration)
900900
section to the "Go live checklist" topic in the _Cloud Guide_ and replaced the
901901
current Go live checklist document attachment with the most recent version, which
902902
is more comprehensive and up-to-date.

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-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: 1 addition & 1 deletion
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

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:

src/cloud/live/live.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
group: cloud-guide
3-
title: Go live and launch
3+
title: Site launch
44
functional_areas:
55
- Cloud
66
---
77

8-
When you have completed deployment and testing in Integration and Staging environments, you can start going live. First, you should complete all development and testing prior to touching Production. Feel ready to launch? Review our checklists, best practices, and final steps to go live.
8+
When you have completed deployment and testing in Integration and Staging environments, you can start going live. First, you should complete all development and testing prior to touching Production. Feel ready to launch? Review our checklists, best practices, and final steps to launch your site.
99

1010
If you checked this information prior to deploying and testing in Staging, consider reviewing the benefits of testing in Staging first in the next section. Staging is a near-production environment running on similar hardware, configurations, architecture, and services. It can reduce your downtime and make your extension, service, custom configurations, and merchant User Acceptance Testing vital components to releasing your sites and stores.
1111

12-
## Info you need to go live {#goliveinfo}
12+
## Info you need to launch your site {#goliveinfo}
1313

14-
You need the following information to go live:
14+
**Prerequisites for site launch:**
1515

1616
* CNAME record information for configuring the DNS
1717
* List of all storefront domains to add to the certificate
@@ -89,9 +89,9 @@ Scan results include a label that describes scan pass or fail status with detail
8989

9090
The scan results also provide suggested remediation steps for each failed security test. Security scan results are protected and viewable only by the registered user. Only users designated in the site registration process receive scan completion notifications.
9191

92-
## Ready to go live {#ready}
92+
## Ready to launch your site {#ready}
9393

94-
When you are ready to begin the go-live process, see the following:
94+
When you are ready to begin the site launch process, see the following:
9595

96-
* [Go live checklist]({{ site.baseurl }}/cloud/live/go-live-checklist.html)
96+
* [Launch checklist]({{ site.baseurl }}/cloud/live/site-launch-checklist.html)
9797
* [Launch steps]({{ site.baseurl }}/cloud/live/launch-steps.html)

src/cloud/live/go-live-checklist.md renamed to src/cloud/live/site-launch-checklist.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
---
22
group: cloud-guide
3-
title: Go live checklist
3+
title: Launch checklist
44
functional_areas:
55
- Cloud
66
- Testing
7+
8+
redirect_from:
9+
- /common/pdf/magento-commerce-cloud-prelaunch-checklist.pdf
10+
- /cloud/live/go-live-checklist.html
711
---
812

9-
Before you deploy to the Production environment, download the [Go live checklist]({{ site.downloads }}/magento-commerce-cloud-prelaunch-checklist.pdf), and use it with these instructions to confirm that you have completed all required configuration and testing. See an overview of the complete deployment process for Starter and Pro at [Deploy your store]({{ site.baseurl }}/cloud/live/stage-prod-live.html).
13+
Before you deploy to the Production environment, download the [Launch checklist]({{ site.downloads }}/magento-commerce-cloud-prelaunch-checklist.pdf), and use it with these instructions to confirm that you have completed all required configuration and testing. See an overview of the complete deployment process for Starter and Pro at [Deploy your store]({{ site.baseurl }}/cloud/live/stage-prod-live.html).
1014

1115
## Completely test in Production {#test}
1216

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Now you are ready to develop and deploy:
2525
1. Push your local branch to the Git remote branch to test in a full environment.
2626
1. To fully test in a near-production level environment, push code to a Staging branch.
2727
1. Fully test in the Staging environment including payment gateways, shipping, price rules, various products, and full customer and admin interactions.
28-
1. Finally, deploy to the Production `master` to complete testing, go live steps, and start selling.
28+
1. Finally, deploy to the Production `master` to complete testing, site launch steps, and start selling.
2929

3030
For detailed information of the process, see [Starter Develop and Deploy Workflow]({{ site.baseurl }}/cloud/basic-information/starter-develop-deploy-workflow.html).
3131

@@ -39,7 +39,7 @@ Pro comes with a large Integration environment with eight active branches and en
3939
1. Merge final code to the Integration `master` branch.
4040
1. To fully test in a near-production level environment, push code to the Staging environment.
4141
1. Fully test in the Staging environment including payment gateways, shipping, price rules, various products, and full customer and admin interactions.
42-
1. Finally, deploy to the Production environment to complete testing, go live steps, and start selling.
42+
1. Finally, deploy to the Production environment to complete testing, site launch steps, and start selling.
4343

4444
For detailed information of the process, see [Pro Develop and Deploy Workflow]({{ site.baseurl }}/cloud/architecture/pro-develop-deploy-workflow.html).
4545

@@ -80,4 +80,4 @@ To learn more, check the following:
8080
* [Prepare to deploy]({{ site.baseurl }}/cloud/live/stage-prod-migrate-prereq.html)
8181
* [Migrate and deploy]({{ site.baseurl }}/cloud/live/stage-prod-migrate.html)
8282
* [Test deployment]({{ site.baseurl }}/cloud/live/stage-prod-test.html)
83-
* [Go live and launch]({{ site.baseurl }}/cloud/live/live.html)
83+
* [Site launch]({{ site.baseurl }}/cloud/live/live.html)

src/cloud/onboarding/onboarding-portal.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@ The technical admin, technical users, developers, and others can directly access
8282
When you are ready to launch your sites and stores, work through Launch options:
8383

8484
* **UAT Checklist**: A high-level checklist for verifying Magento features and your configured settings, extensions, products, and more. You can follow this checklist along with the [Test deployment]({{ site.baseurl }}/cloud/live/stage-prod-test.html) information.
85-
* **Site Launch**: A high-level checklist for your initial "go live". After completing the checklist, you can enter Live Site Configuration information to enter a Submit a Support ticket. You can follow this checklist along with the [Go live checklist]({{ site.baseurl }}/cloud/live/go-live-checklist.html) and [Test deployment]({{ site.baseurl }}/cloud/live/stage-prod-test.html) information.
85+
86+
* **Site Launch**: A high-level checklist for your initial "go live". After completing the checklist, you can enter Live Site Configuration information to enter a Submit a Support ticket. You can follow this checklist along with the [Go live checklist]({{ site.baseurl }}/cloud/live/site-launch-checklist.html) and [Test deployment]({{ site.baseurl }}/cloud/live/stage-prod-test.html) information.

0 commit comments

Comments
 (0)