hawksearch / proxy
Hawksearch Proxy 模块针对 Magento 2
2.7.0
2023-08-01 15:22 UTC
Requires
- php: ^7.2|~8.0.0|~8.1.0|~8.2.0
- hawksearch/connector: ^2.7
- magento/magento-composer-installer: *
- magento/magento2-base: ^2.3.5|2.4.*
- dev-master
- 2.7.0
- 2.6.0
- 2.5.11
- 2.5.10
- 2.5.8
- 2.5.7
- 2.5.6
- 2.5.3
- 2.5.0
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.41
- 2.3.40
- 2.3.39
- 2.3.38
- 2.3.37.1
- 2.3.37
- 2.3.36
- 2.3.35
- 2.3.30
- 2.2.35.19
- 2.2.35.18
- 2.2.35.17
- 2.2.35.16
- 2.2.35.15
- 2.2.35.14
- 2.2.35.13
- 2.2.35.12
- 2.2.35.11
- 2.2.35.10
- 2.2.35.9
- 2.2.35.8
- 2.2.35.7
- 2.2.35.5
- 2.2.35.4
- 2.2.35.3
- 2.2.35.2
- 2.2.35.1
- 2.2.35
- 2.2.34
- 2.2.33
- 2.2.32
- 2.2.31
- 2.2.30
- 2.2.29
- 2.2.28
- 2.2.27
- 2.2.26
- 2.2.25
- 2.2.24
- 2.2.23
- 2.2.6.1
- 2.1.30
- 2.1.23
- 2.1.3.7
- 2.1.3.6
- 2.1.3.5
- 2.1.3.4
- 2.1.3.3
- 2.1.3.2
- 2.1.3.1
- dev-develop
- dev-bugfix/HC-1362-deprecated-functionality-passing-null-to-parameter
- dev-m2.3
- dev-m2.2
- dev-m2.1
This package is auto-updated.
Last update: 2024-09-29 18:44:46 UTC
README
平台版本支持
Magento 开源: 2.3.5 - 2.4.6 Adobe Commerce: 2.3.5 - 2.4.6
安装说明
通过 composer 安装的步骤
- 更新您的站点“composer.json”文件中的“repositories”部分,以包含 hawksearch 模块的仓库
"repositories": { "0": { "type": "composer", "url": "https://repo.magento.com/" }, "hawksearch.connector": { "type": "git", "url": "git@github.com:hawksearch/connector-magento-2.git" }, "hawksearch.proxy": { "type": "git", "url": "git@github.com:hawksearch/proxy-magento-2.git" } }
或者直接使用 composer 命令
composer config repositories.hawksearch.connector git git@github.com:hawksearch/connector-magento-2.git
composer config repositories.hawksearch.proxy git git@github.com:hawksearch/proxy-magento-2.git
- 使用 composer 安装模块
composer require --no-upate hawksearch/connector hawksearch/proxy
composer update
- 按常规完成您的部署过程(至少 "bin/magento setup:upgrade",有关参考资料请参阅 http://devdocs.magento.com/guides/v2.1/install-gde/install-quick-ref.html)。
- 登录到您的 Magento 控制面板,并根据您的 Hawksearch 账户经理提供的说明配置模块。
通过 zip 文件安装 HawkSearch 模块的步骤
- 在浏览器中打开 https://github.com/hawksearch/connector-magento-2 和 https://github.com/hawksearch/proxy-magento-2。
- 在每一页上,点击“下载 zip”按钮以下载 zip 文件。
- 在 Magento 的“app/code”目录中创建一个名为“HawkSearch”的目录,并将下载的文件解压缩到该目录中。
- 将解压缩的目录分别重命名为“Datafeed”和“Proxy”。
- 确保文件具有适合您的安装的适当文件权限(有关参考资料请参阅 http://devdocs.magento.com/guides/v2.1/install-gde/install-quick-ref.html)。
- 以 Magento 文件系统所有者的身份登录,在 Magento 2 根安装目录的命令行界面中运行以下命令
bin/magento module:enable –clear-static-content HawkSearch_Connector HawkSearch_Proxy
bin/magento setup:upgrade
bin/magento cache:clean
- 登录到您的 Magento 控制面板,并根据您的 Hawksearch 账户经理提供的说明配置模块。