Categories: How ToMagento 2

How to install Magento 2 on Windows on XAMPP server with GIT

This is merely an alternative step by step guide to install Magento 2 on Windows on XAMPP server with GIT.

We will keep this guide updated with the problems if you or we face and solutions of those.

With the latest GitHub push, Magento 2 can now be downloaded and installed completely using Composer! Composer is used to manage the dependency.

Check system Configuration

Apache Version: 2.2 or 2.4 and Enable: mod_rewrite.mod_rewrite enables the server to perform URL rewriting.

PHP: 5.4.x where x = 11 or later  5.5.x and

Enable PHP Extension: PDO/MySQL,mbstring, mcrypt, mhash, simplexml, curl, gd2, ImageMagick 6.3.7 (or later) or both soap. XAMPP doesn’t have all the php dll installed, you may need to download some like php_imagick.dll, php_mcrypt.dll, php_mhash.dll

MySQL Version : 5.6.x and upper

  1. Download the Git GUI software from https://git-scm.com/download/win
  2. Install on your windows OS normally.
  3. Once installed you will see following screen
  4. Click on Clone Existing Repository
  5. Enter Source Location : https://github.com/magento/magento2.git
  6. Target Directory will be your XAMPP htdocs, something like this
  7. Let Process finish
  8. Once finished, you will see the Magento 2 clone files at the Target Directory. Files are something like
  9. Download composer set up for windows https://getcomposer.org/download/
  10. Once downloaded, copy Composer-Setup.exe and paste it in the root of Magento2 files. See above screenshot.
  11. add xdebug.max_nesting_level=50000; at php.ini
  12. Open Command Prompt with administrator privileges.
  13. Go to the path of Magento 2 directory in htdocs of XAMPP
  14. Run this command
    composer install
  15. Process shall be started,
  16. Once complete, you should get this screen
  17. If you want to install the Magento with sample data.  There are 3 methods for it.

    a. Method 1

    Enable the sample data. Find the composer.json in the root of Magento2 files. Open it and add.
    "minimum-stability": "alpha",

  18. Now run following command
    composer config repositories.magento composer http://packages.magento.com

     

  19. Run composer require magento/sample-data:~1.0.0-beta
  20. Wait for the process to finish.
  21. The final step would be to install the sample data itself. Run the magento executable in the bin folder of your Magento 2 installation like the following:
    php magento setup:upgrade
    
    php magento sampledata:install <your Magento administrator user name>

    b. Method 2
    1. Find composer.json in the root of Magento
    2. Search for the “repositories” section, if it is available in the file and add following block. If not available then add the whole block.


    3
    . Save the composer.json file
    4. Open Command Prompt and go to Magento installation directory.
    Run command

    composer update

    5. Now run the installation steps.

    C. Method 3
    1. Find the composer.json to include the new Sample Data repository. If you don’t  want to directly edit this file. You run the following command to complete this action:

    composer config repositories.magento composer http://packages.magento.com

    2. Run following command to add the sample data and sample data media packages

    composer require magento/sample-data:0.42.0.beta1 magento/sample-data-media:0.42.0-beta1 –dev

    3. Install the sample data using following command.

    php dev/tools/Magento/Tools/SampleData/install.php –admin_username=admin

    admin is the username here, change it to yours.
    Process may take sometime, be patient. If you interrupt, it can corrupt or crash the Magento.

  22. Head over to browser now and go to the url : http://localhost/magento2
    You should be able to seen this screen
  23. Click on Agree and Setup Magento and click Next
  24. It will start Readiness Check, like php version, php settings check, Php extensions check, File permission check.
  25. You should receive following screen if everything goes fine. Click Next.
  26. Next screen is to configure the database details.
  27. Web configuration screen
  28. If you have already donloaded sample data then this screen will show the option. Set default time zone and click on Next.
  29. Create admin account and configure it.
  30. Click Next you will see, Ready Install button, go ahead and let process finish.
  31. Once installed, go to frontend and backend to check the brand new Magento 2.0.

Problems I faced.

    1. I got error first time,
      Problem 1

– The requested PHP extension ext-intl * is missing from your system.

Solution : Go to php.ini and enable uncomment the

2. If you are stuck with the token and getting error something like,

Could not fetch https://api.github.com/repos/{module} , please create a Github QAuth token to go over the API rate limit. Head to https://github.com/settings/tokens/new?=scope……..To retrieve token. It will be stored in “C:/user/appdata/user/roaming/composer/auth.js” for future use by composer.

Solution:

Go to the link in browser which is written after “Head to” , login with your password in github. Click on generate token. Get token > copy it > paste it SSH where it is asking for the token (hidden).

Process will be resumed.

3. I have successfully installed Magento2 but CSS and JS are missing. Getting this error “NetworkError 404 Not Found – path of Css or JS.

Solution 1:

You get 404 responses probably because you don’t have mod_rewrite enabled.

Solution 2:

It might be because of pub/static folder. There is a ‘cache’ system for these static resources. Every time Magento requests a resource from pub/static, if the file does not exist the request is rewritten to ../static.php?resource={resource name here}.

Run this command,

php bin/magento setup:static-content:deploy

The command will copy all the static resources from each module to the pub/static folder. This process will take time so have patience. So everytime even you made change in any static content of module, don’t forget to run above command to see the effect.

Click to rate this post!
[Total: 17 Average: 4.1]
Dhiren Vasoya

Dhiren Vasoya is a Director and Co-founder at MageComp, Passionate 🎖️ Certified Magento Developer👨‍💻. He has more than 9 years of experience in Magento Development and completed 850+ projects to solve the most important E-commerce challenges. He is fond❤️ of coding and if he is not busy developing then you can find him at the cricket ground, hitting boundaries.🏏

View Comments

  • Thanks for this! This helped me alot. The Bitnami install was missing something from my end so I had to reinstall it again. This time I used your tutorial.

  • Hi,

    i followd to point 13. But if i want to start "composer install" in my command line, i get this message:

    "C:\xampp\htdocs\Mangento2>composer install
    Der Befehl "composer" ist entweder falsche geschrieben oder
    konnte nicht gefunden werden."

    Where is the Problem?
    Thanks
    Best Regrads
    Rene

  • Thank you for providing this walk through.
    I got all the way to installing Sample Data and tried Method 1 and the result was "Key minimum-stability is a duplicate in ./composer.json at line 243"

    Any clue on getting past this?
    Thanks in advance for any help you can offer.

  • Hi, I installed magento 2 successfully. But my backend\en_US, frontend\Magento\luma\en_US asset files are not there in those 2 folders.
    So, please tell me how can i get those files

  • Hi, in "add xdebug.max_nesting_level=50000; at php.ini". I can't find my php.ini. Only "php.ini.sample"

  • in " b. Method 2 " when I run
    "composer update" command , cmd asks me for inserting username and password!
    I can insert username but when it is time to insert password I stroke Keys on keyboard but don't type anything in cmd?
    Is there any solution?

    • You will need to enter your public and private key as a username and password from magento connect account.
      Password won't be displayed, if you have copied in clipboard, just paste it by right click and press enter.

  • When doing composer install, it installs some of the modules, then it gives the error -

    Installing magento/composer
    Downloading 100%
    Failed to download magento/composer from dist: The checksum verification of the file failed

    Runtime exception
    Failed to clone https://github.com/magento/composer.git, git was not found , check that it is installed and in your path env

    Any help would be appreciated

  • i'm a bit of topic but i'm wondering if you have a solution. I installed magento 2.2 on a live server but the backend css is missing so everything is blanc but usable. Any idea how to fix this?

    • Did you try running this command?
      php bin/magento setup:static-content:deploy
      php bin/magento cache:flush
      php bin/magento indexer:reindex

  • I have installed magneto 2 successfully. Thanks for this post. This post is very helpful and very user friendly to understand. Thanks once again for this post. :)

Recent Posts

How to Delete Product Variant in a Shopify Remix App using GraphQL Mutations?

Managing a Shopify store efficiently involves keeping your product catalog organized. This includes removing outdated…

19 hours ago

6 Innovative Tools Revolutionizing E-Commerce Operations

E-commerce has transformed the way consumers shop for products and services and interact with businesses.…

3 days ago

How Upcoming Cookie Changes Will Affect Your E-commerce Website?

The e-commerce world is constantly in flux. New tech and strategies emerge daily to help…

3 days ago

Magento 2: How to Add Header and Footer in Checkout

Hello Magento Friends, In today’s blog, we will discuss adding a header and footer to…

4 days ago

Understanding Flexbox Layout in React Native

Hello React Native Friends, Building a visually appealing and responsive mobile app is crucial in…

6 days ago

HYVÄ Themes Releases: 1.3.6 & 1.3.7 – What’s New

We have brought exciting news for Magento store owners. Hyvä Themes recently released 1.3.6 and…

6 days ago