Skip to main content

遇到的问题

注意: magento 官方说 不支持Windows系统和mac系统 只支持Linux系统

遇到的问题 :

  1. 注册遇到 Your email will need to be validated before you can download software/updates. 的问题 需要验证邮箱,但是不能提交就一直卡在这里。非常郁闷。

解决方法: 后来看文档发现有一处地方 也有注册, 是弹出框的方式,可以提交 地址是: https://magento.com/tech-resources/download#archive-releases

点击“Download”的时候 会弹出登录框。然后去点注册

  1. composer 安装的时候 username 和password 是这个地址下的 公钥 和 私钥(需要创建项目) https://marketplace.magento.com/customer/accessKeys
  1. 安装方法 : https://devdocs.magento.com/guides/v2.4/install-gde/prereq/nginx.html

中文版:https://www.magentochina.org/download-install/

  1. 使用命令创建

bin/magento setup:install \ --base-url=http://localhost:8088 \ --db-host=localhost \ --db-name=magento \ --db-user=root \ --db-password= \ --admin-firstname=admin \ --admin-lastname=admin \ --admin-email=admin@admin.com \ --admin-user=admin \ --admin-password=admin123 \ --language=en_US \ --currency=USD \ --timezone=America/Chicago \ --use-rewrites=1