: This article describes how to install Magento20. if you are interested in the PHP Tutorial, refer to it. 1. environment requirements:
Apache: 2.2 or 2.4
PHP:> = 5.4.11 or 5.5x
MySQL: 5.6x
1. first, install the XAMPP integrated development environment package (other integrated development environments such as WampServer can also be set up separately in the LAMP environment) to build a local virtual host environment, I will not elaborate on how to install the development environment and how to set up the XAMPP virtual host. I will not refer to my article (how to configure the XAMPP virtual host. Open the virtual host name. here is www.magento2.com, and you will see the following interface.
2. click Start Readiness Check to Check whether your local computer environment meets magento2.0 installation requirements.
3. if the following prompt is displayed, the php_extension intl is missing. Solution: open php. ini, remove the semicolon before extension = php_intl.dll in the extension Library, and restart Apache.
Step 2: After Apache is restarted, it will prompt that incuuc *. dll is missing. Don't worry, there will be solutions.
The solution is to copy the dll required by php_intl.dll to the bin directory of apache, that is, the dll under the php Directory (all icu *. dll) to the apache/bin directory. Restart apache to make it ready for use.
5. after resolving the problem, recheck the link and you will see that the environment meets the requirements for installing magento2.0, as shown in.
6. click next,
7. there is not much to say, and next step;
8. next step
9. just click Next
The installation is complete.
The above describes Magento20 installation details, including the content, hope to be helpful to friends interested in PHP tutorials.