Github:https://github.com/magento/magento2
Download:https://magento.com/tech-resources/download
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 or upgrade Magento.
- 安装指南:https://devdocs.magento.com/guides/v2.3/install-gde/bk-install-guide.html
- Setup Wizard installation:https://devdocs.magento.com/guides/v2.3/install-gde/install/web/install-web.html
- Command-line installation:https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-install.html
- Install Magento using Composer:https://devdocs.magento.com/guides/v2.3/install-gde/composer.html
- Install Magento using archive:https://devdocs.magento.com/guides/v2.3/install-gde/prereq/zip_install.html
- 配置指南:https://devdocs.magento.com/guides/v2.3/config-guide/bk-config-guide.html
- PHP开发人员指南:https://devdocs.magento.com/guides/v2.3/extension-dev-guide/bk-extension-dev-guide.html
- 前端开发人员指南:https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/bk-frontend-dev-guide.html
目录权限配置:
# chown -R www.www /data/www/magento2
# chmod 777 -R vendor
# chmod 777 -R var
# chmod 777 -R generated
# chmod 777 -R app/etc
# rm -rf var/cache/* var/page_cache/* var/generation/*
注:Magento 2.3仅支持
PHP ~7.1.3||~7.2.0||~7.3.0,不支持 PHP 7.4
PHP Version Check
Your PHP version is 7.4.11. The required PHP version is ~7.1.3||~7.2.0||~7.3.0.




