安装Magento 2数据迁移工具

时间:2016-03-11 10:38:45

标签: git composer-php

我正在尝试通过SSH在cPanel帐户上安装Magento 2数据迁移工具。到目前为止,一切顺利,直到使用下面的命令行安装迁移工具的阶段。我验证并确认已安装Composer。但每当我进入下面的命令行时,我都会收到一条错误消息"-bash: composer: command not found".

以下是我正在使用的命令行

composer.phar config repositories.magento
composer https://repo.magento.com
composer require /vendor/magento/data-migration-tool:2.0.2

Magento说明http://devdocs.magento.com/guides/v2.0/migration/migration-tool-install.html

先谢谢你的帮助!!!

1 个答案:

答案 0 :(得分:0)

请从Magento根目录执行此命令以安装数据迁移工具

- composer update
- composer config repositories.data-migration-tool git https://github.com/magento/data-migration-tool
- composer require magento/data-migration-tool:2.2.2

将2.2.2替换为您的Magento 2版本。

我希望这会对你有所帮助。