How To Install Magento 2
Magento 2.0, the next generation open source E-commerce platform is discover the inner workings of magento , And how to built and open with modern technology. Get a deeper understanding on how to install magento 2 and for it designed for speed, extensibility and scalability. We have some steps here to magento 2 installation in your browserPre Requirement
Composer
Server / Database / PHP
mod_rewrite
enable, MySQL version 5.6 or higher and PHP version 5.5 and higher.
You must enable list of extension in php.ini
- php_pdo_mysql
- php_mbstring
- php_xmlrpc
- php_xmlrpc
- php_curl
- php_xsl
- php_soap
- php_intl
- php_openssl
Download Magento 2
- Extract Downloaded file and move to WWW folder in wamp server.
- Open phpmyadmin(http://localhost/phpmyadmin) then create blank data base.
- Open your browser and type http://localhost/your-folder
Step-1 : Click on Agree And Setup Magento
If you see any error like.. { PHP Settings Check PHP Extension Check } Click Here For Solution
Step-2 :Click on next button
Step-3 : Enter require information
- Enter database server host name, we install on local server then enter host name is localhost(default).
- Enter database username, if you install on local server then enter username is root
- Enter the password if you have or leave blank.
- Enter database name (your created in just before step 1).
- Table prefix is optional.