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

Update terminology to match Cloud UI interfaces #7208

Merged
merged 4 commits into from
May 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/_data/toc/cloud-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,11 +491,11 @@ pages:
url: /cloud/live/stage-prod-test.html
versionless: true

- label: Go live and launch
- label: Site launch
url: /cloud/live/live.html
versionless: true
children:
- label: Go live checklist
- label: Launch checklist
url: /cloud/live/go-live-checklist.html
versionless: true

Expand Down
2 changes: 1 addition & 1 deletion src/_data/whats-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ entries:
type: Major update
date: November 27, 2019
link: https://github.com/magento/devdocs/pull/6080
- description: Added the [Security configuration](https://devdocs.magento.com/cloud/live/go-live-checklist.html#security-configuration)
- description: Added the [Security configuration](https://devdocs.magento.com/cloud/live/site-launch-checklist.html#security-configuration)
section to the "Go live checklist" topic in the _Cloud Guide_ and replaced the
current Go live checklist document attachment with the most recent version, which
is more comprehensive and up-to-date.
Expand Down
6 changes: 3 additions & 3 deletions src/cloud/architecture/pro-develop-deploy-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ functional_areas:
- Cloud
---

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.
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.

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.

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

### Merge to Production

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:
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:

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

### Merge to Global Master

Expand Down
2 changes: 1 addition & 1 deletion src/cloud/basic-information/starter-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The Production environment is your live store(s) and site(s). The environment in

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.

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.
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.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ We recommend using a branching strategy with your development work. Using one br
* Integrate with a 3rd party service
* Push this code, test, and merge to Staging then Production

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!
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!

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

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

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.
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.

To learn more, see [Deploy your store]({{ site.baseurl }}/cloud/live/stage-prod-live.html).

### Go live {#go-live}
### Site launch

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.

To learn more, check out [Go live and launch]({{ site.baseurl }}/cloud/live/live.html).
To learn more, see [Site launch]({{ site.baseurl }}/cloud/live/live.html).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To learn more, see [Site launch]({{ site.baseurl }}/cloud/live/live.html).
See [Site launch]({{ site.baseurl }}/cloud/live/live.html).


## Continuous integration {#continuous-integration}

Expand Down
2 changes: 1 addition & 1 deletion src/cloud/before/before-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Developing code for {{site.data.var.ee}} requires working in Git branches. Not e
Have the following prepared to complete your initial workspace and project setup:

* {{site.data.var.ece}} account with an added user account
* 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.
* 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.

## Get started

Expand Down
2 changes: 1 addition & 1 deletion src/cloud/cdn/configure-fastly.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ CNAME records cannot be set for apex domains, also referred to as a naked or bas
- `151.101.129.124`
- `151.101.193.124`

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/cloud/cdn/trouble-fastly.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ If the apex domain and subdomains for your {{ site.data.var.ece }} project are a

- 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).

- [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.
- [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.

## Verify or debug Fastly services

Expand Down
4 changes: 2 additions & 2 deletions src/cloud/docker/docker-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Prior to setting up a local workspace, gather the following credentials and acco

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

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.
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.

- **Cloud Project account**

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.
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.

- **Magento Encryption Key**

Expand Down
2 changes: 1 addition & 1 deletion src/cloud/env/environments-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Only delete an environment if you are certain that you no longer need it. You ca
{:.bs-callout-warning}
You cannot delete the `master` environment of any project.

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.
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.

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.

Expand Down
8 changes: 4 additions & 4 deletions src/cloud/live/launch-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ functional_areas:
{:.ref-header}
Previous step

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

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.

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.

## Contact Magento to go live {#contact}
## Contact Magento to launch your site {#contact}

Contact Magento support and update any go live tickets with the intended date and time to switch over and launch your store(s).
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).

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

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).
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).

{:.procedure}
To cut over to the new site:
Expand Down
14 changes: 7 additions & 7 deletions src/cloud/live/live.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
group: cloud-guide
title: Go live and launch
title: Site launch
functional_areas:
- Cloud
---

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.
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.

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.

## Info you need to go live {#goliveinfo}
## Info you need to launch your site {#goliveinfo}

You need the following information to go live:
**Prerequisites for site launch:**

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

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.

## Ready to go live {#ready}
## Ready to launch your site {#ready}

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

* [Go live checklist]({{ site.baseurl }}/cloud/live/go-live-checklist.html)
* [Launch checklist]({{ site.baseurl }}/cloud/live/site-launch-checklist.html)
* [Launch steps]({{ site.baseurl }}/cloud/live/launch-steps.html)
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
group: cloud-guide
title: Go live checklist
title: Launch checklist
functional_areas:
- Cloud
- Testing

redirect_from:
- /common/pdf/magento-commerce-cloud-prelaunch-checklist.pdf
- /cloud/live/go-live-checklist.html
---

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).
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).

## Completely test in Production {#test}

Expand Down
6 changes: 3 additions & 3 deletions src/cloud/live/stage-prod-live.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Now you are ready to develop and deploy:
1. Push your local branch to the Git remote branch to test in a full environment.
1. To fully test in a near-production level environment, push code to a Staging branch.
1. Fully test in the Staging environment including payment gateways, shipping, price rules, various products, and full customer and admin interactions.
1. Finally, deploy to the Production `master` to complete testing, go live steps, and start selling.
1. Finally, deploy to the Production `master` to complete testing, site launch steps, and start selling.

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

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

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

Expand Down Expand Up @@ -80,4 +80,4 @@ To learn more, check the following:
* [Prepare to deploy]({{ site.baseurl }}/cloud/live/stage-prod-migrate-prereq.html)
* [Migrate and deploy]({{ site.baseurl }}/cloud/live/stage-prod-migrate.html)
* [Test deployment]({{ site.baseurl }}/cloud/live/stage-prod-test.html)
* [Go live and launch]({{ site.baseurl }}/cloud/live/live.html)
* [Site launch]({{ site.baseurl }}/cloud/live/live.html)
3 changes: 2 additions & 1 deletion src/cloud/onboarding/onboarding-portal.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@ The technical admin, technical users, developers, and others can directly access
When you are ready to launch your sites and stores, work through Launch options:

* **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.
* **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.

* **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.
Loading