Breaking

Followers

Thursday, 24 September 2020

Magento 2 – System Requirements

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 SystemsLinux x86-64
Composer

Composer is required for developers who want to contribute to the Magento 2 codebase or develop Magento extensions.

Web ServersApache 2.2 or 2.4The apache mod_rewrite, mod_version, and env_module module must be enabled. (See Apache)
nginx 1.x(or latest mainline version)
PHP7.1.3+, 7.2.xMagento 2.3
7.0.4Magento 2.1.2 and later
7.0.2, 7.0.6 to 7.1.0Magento 2.1.x (all versions)
Not Supported:
PHP 7.1, 5.4Not Supported
PHP 7.0.5Known 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
DatabaseMySQL 5.6, 5.7
Compatible with MariaDB and Percona

No comments:

Post a Comment