You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -58,16 +58,17 @@ This section discusses how to install the Magento Data Migration Tool. You can i
58
58
### Install the tool from GitHub
59
59
To install the migration tool from GitHub, use the following steps:
60
60
61
-
1.Log in to your Magento 2 server as a user with privileges to write to the Magento 2 file system or <ahref="http://devdocs.magento.com/guides/v2.4/install-gde/install/prepare-install.html#install-update-depend-apache">switch to the web server user</a>.
62
-
2.Go to Magento 2 root directory.
63
-
3.Enter the following commands:
61
+
1. Log in to your Magento 2 server as a user with privileges to write to the Magento 2 file system or <ahref="http://devdocs.magento.com/guides/v2.4/install-gde/install/prepare-install.html#install-update-depend-apache">switch to the web server user</a>.
5.Wait while dependencies are updated and the tool is enabled.
71
72
72
73
### Install the tool from repo.magento.com
73
74
To install the Data Migration Tool, you must update `composer.json` in the Magento root installation directory to provide the location of the migration tool package.
@@ -82,29 +83,32 @@ To install the migration tool, you must:
82
83
83
84
To update `composer.json`:
84
85
85
-
1.Log in to your Magento server as the <ahref="http://devdocs.magento.com/guides/v2.4/install-gde/install/prepare-install.html#install-update-depend-apacheweb">web server user</a> or as a user with `root` privileges.
86
+
1. Log in to your Magento server as the <ahref="http://devdocs.magento.com/guides/v2.4/install-gde/install/prepare-install.html#install-update-depend-apacheweb">web server user</a> or as a user with `root` privileges.
86
87
87
-
2.Change to your Magento installation directory.
88
+
2. Change to your Magento installation directory.
88
89
89
-
3.Enter the following command to reference Magento packages in `composer.json`:
90
+
3. Enter the following command to reference Magento packages in `composer.json`:
See the <ahref="http://devdocs.magento.com/guides/v2.4/migration/bk-migration-guide.html">Migration Guide</a> for the detailed help with your data migration process.
0 commit comments