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

Web setup wizard deprecation #520

Merged
merged 3 commits into from
May 26, 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
2 changes: 2 additions & 0 deletions src/_includes/web-setup-deprecate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{:.bs-callout-warning}
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](https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli.html) or [upgrade](https://devdocs.magento.com/guides/v2.3/comp-mgr/cli/cli-upgrade.html) Magento, as well as [modules](https://devdocs.magento.com/guides/v2.3/comp-mgr/module-man/compman-checklist.html) and [extensions](https://devdocs.magento.com/guides/v2.3/comp-mgr/extens-man/extensman-checklist.html).
2 changes: 2 additions & 0 deletions src/magento/magento-marketplace-synchronize-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group: getting-started
{: .bs-callout-info}
If your Magento installation is hosted on Adobe Commerce Cloud, see [Install, manage, and upgrade extensions][1].

{% include web-setup-deprecate.md %}

The Web Setup System Configuration tool uses the public and private keys from your Marketplace [profile]({% link magento/magento-marketplace-credentials.md %}) to synchronize your store with Magento Marketplace. After your store is synchronized, the services remain in sync so you can easily add extensions, as well as keep track of all extensions you have purchased and installed.

If you choose not to synchronize your store, you will be required to enter both your public and private keys each time you install an extension or update.
Expand Down
2 changes: 2 additions & 0 deletions src/system/web-setup-extension-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ redirect_from:
{: .bs-callout-info}
If your Magento installation is hosted on [Adobe Commerce Cloud][1] or requires installation from the command line of the server, see [Install, manage, and upgrade extensions][2].

{% include web-setup-deprecate.md %}

Installing an extension from the Admin is a three-step process that should take place during off-peak hours. Before the extension is installed, your store is put into maintenance mode, checked for readiness, and backed up. After the extension is installed, it must be configured for your store according to the developer’s instructions.

As a best practice, an extension should be installed and tested in a development environment before it is pushed to production. For technical information, see [Run the Extension Manager][3] in the developer documentation.
Expand Down
2 changes: 2 additions & 0 deletions src/system/web-setup-module-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ redirect_from:
- /configuration/advanced/advanced.html
---

{% include web-setup-deprecate.md %}

Module Manager lists the components and modules that are currently installed in your Magento system. Before a module is disabled, the system completes a readiness check and creates a backup.

- The colored dot in the first column indicates if the module is currently _on_ or _off_.
Expand Down
2 changes: 2 additions & 0 deletions src/system/web-setup-system-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ title: System Config
{: .bs-callout-info}
If your Magento installation is hosted on Adobe Commerce Cloud, see [Install, manage, and upgrade extensions][1].

{% include web-setup-deprecate.md %}

Your Marketplace access key can be used to synchronize your Magento installation with your Magento account. After the services are synchronized, you can add extensions, modules, and components using the Web Setup Wizard from the Admin of your store. The services remain in sync so you can easily install extensions, as well as keep track of all extensions that you purchase and install.

If you choose not to synchronize your store, you will be required to enter both your public and private keys each time you install an extension or update.
Expand Down
2 changes: 2 additions & 0 deletions src/system/web-setup-system-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: System Upgrade
---

{% include web-setup-deprecate.md %}

The System Upgrade tool can be used to upgrade your Magento installation from the Admin. The upgrade is a three-step process that should take place during off-peak hours. Before upgrade takes place, your store is put into maintenance mode, checked for readiness, and backed up.

We strongly recommend reviewing the latest [release notes][1]{:target="_blank"} and [system requirements][2]{:target="_blank"} in the developer documentation.
Expand Down
2 changes: 2 additions & 0 deletions src/system/web-setup-wizard.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ sections:

The Setup Wizard can be used to easily install and uninstall components, modules, and extensions, manage modules, upgrade your installation, and make changes to the Web setup of your installation.

{% include web-setup-deprecate.md %}

{% include flush-cache.md %}

## Setup Tools
Expand Down