Magento is an open-source e-commerce platform written in PHP. It uses multiple other PHP frameworks such as Laminas and Symfony. In order to install Magento 2, a few specific server configurations must meet.
Operating Systems | Linux x86-64 | |
Composer | Composer is required for developers who want to contribute to the Magento 2 codebase or develop Magento extensions. | |
Web Servers | Apache 2.2 or 2.4 | The apache mod_rewrite, mod_version, and env_module module must be enabled. (See Apache) |
nginx 1.x | (or latest mainline version) | |
PHP | 7.1.3+, 7.2.x | Magento 2.3 |
7.0.4 | Magento 2.1.2 and later | |
7.0.2, 7.0.6 to 7.1.0 | Magento 2.1.x (all versions) | |
Not Supported: | ||
PHP 7.1, 5.4 | Not Supported | |
PHP 7.0.5 | Known issue that affects code compiler. | |
Required PHP Extensions: | ||
bc-math | ||
curl | ||
gd, ImageMagick 6.3.7 (or later) or both | ||
intl mbstring mcrypt mhash openssl PDO_MySQL | SimpleXML soap xml xsl zip | |
Additional configuration: | ||
safe_mode : off | ||
memory_limit : 756M or more | ||
Database | MySQL 5.6, 5.7 | |
Compatible with MariaDB and Percona |
No comments:
Post a Comment