FahmidasClassroom

Learn by easy steps

Magento

Magento is a popular eCommerce framework now. To start working with this CMS you have to install it in your web server properly. This tutorial will help you to install magento in XAMPP server.

Magento Installation steps:

1. Download the Magento zip file from the following url:

https://magento.com/

2. Unzip the Magneto file and copy into htdocs folder.

3. Open command prompt and change the directory

>cd C:\xampp\php

4. Run the following command

>php C:\xampp\htdocs\Magento\bin\magento setup:static-content:deploy -f

5. Open php.ini file and enable the following extension

extension=php_intl.dll

extension=php_soap.dll

extension=php_xsl.dll

6. Save php.ini file and restart Apache server

7. Create a database named magento in MySQL.

8. Open the following url in the browser and start the installation.

http://localhost/Magento

9. Do the following task if the admin panel of the magento doesn’t work properly

A. Go to the following path:

C:\xampp\htdocs\Magento\app\etc

B. Open di.xml file for edit

C. Search the following line in the file:

Framework\App\View\Asset\MaterializationStrategy\Symlink

D. Relace the line with the following line:

Framework\App\View\Asset\MaterializationStrategy\copy

 

The video tutorial of this steps are given in the following link.

 

*************************Good Luck*************************