{"id":2653,"date":"2017-05-31T15:42:53","date_gmt":"2017-05-31T15:42:53","guid":{"rendered":"http:\/\/cloudkul.com\/blog\/?p=2653"},"modified":"2018-10-13T10:48:14","modified_gmt":"2018-10-13T10:48:14","slug":"magento2-installation-windows","status":"publish","type":"post","link":"https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/","title":{"rendered":"How to install Magento2 on Windows"},"content":{"rendered":"<p>In this blog, we will install Magento2. on our Windows machine using XAMPP Server.\u00a0You can also follow my <a href=\"http:\/\/cloudkul.com\/blog\/\" target=\"_blank\" rel=\"noopener noreferrer\">blogs<\/a> for Magento2 installation on <a href=\"http:\/\/cloudkul.com\/blog\/magento-2-1-x-installation-linux-ubuntu\/\">Linux<\/a> and <a href=\"http:\/\/cloudkul.com\/blog\/magento-2-1-installation-mac-os\/\" target=\"_blank\" rel=\"noopener noreferrer\">Mac OS<\/a>. Magento 2 installation takes several steps before it finally get installed but i will try to make it easy and simple. Magento 2.x can be installed in two ways-<\/p>\n<ol>\n<li>Using Composer.<\/li>\n<li>Without using Composer.<\/li>\n<\/ol>\n<p><span class=\"st\">Composer is a dependency manager for PHP. Composer will manage the dependencies you require on a project by project basis. This means that Composer will pull in all the required libraries, dependencies and manage them all in one place.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p>This tutorial assumes that you have downloaded and installed XAMPP Web Server environment on your Windows system. If not, <a href=\"https:\/\/sourceforge.net\/projects\/xampp\/\" target=\"_blank\" rel=\"noopener noreferrer\">download<\/a> and install it from\u00a0https:\/\/sourceforge.net\/projects\/xampp\/<\/p>\n<p>&nbsp;<\/p>\n<h2><strong>Prerequisites:<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<p>XAMPP Server should be installed in your computer. You can<em> download it from https:\/\/sourceforge.net\/projects\/xampp\/<br \/>\n<\/em><\/p>\n<p>Magento 2.1 has certain requirements which are listed below.<\/p>\n<ul>\n<li><em>Apache Version 2.2 or 2.4<\/em><\/li>\n<li><em>PHP Version Php-5.6.5 \u2013 5.6.x, Php-7.0.13 \u2013 7.0.x and 7.1.x<br \/>\n<\/em><\/li>\n<li><em>MySQL Version 5.6.x or higher<br \/>\n<\/em><\/li>\n<li>Php Extensions: bc-math, curl, gd, imagemagick 6.3.7 or later, intl, mbstring, mcrypt, mhash, openssl, pdo\/mysql, mysqli, simplexml, soap, xml, xsl, zip, and json, iconv (for php 7 only).<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2>Installation:<\/h2>\n<p>&nbsp;<\/p>\n<h3><strong><em>Step-1: Configuring XAMPP:<\/em><\/strong><\/h3>\n<p>&nbsp;<\/p>\n<p>To start with the installation, the first thing to do is to run your XAMPP Web Environment and\u00a0 Start Apache and MySQL Service.<\/p>\n<p>&nbsp;<\/p>\n<h3>\u00a0<a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/xm2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2669\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/xm2.png\" alt=\"\" width=\"667\" height=\"434\" \/><\/a><\/h3>\n<p>&nbsp;<\/p>\n<p>But before you proceed further, you must enable the required php extensions. To do so, click on the &#8220;config&#8221; button of apache and select php.ini configuration file.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/in7.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2673\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/in7.png\" alt=\"\" width=\"699\" height=\"301\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>In the configuration file enable the extension &#8220;intl&#8221; and &#8220;xsl&#8221; by finding the lines for the extensions by pressing &#8220;ctrl+f&#8221; and searching the extensions. Then remove the semicolon before the line to uncomment it. Finally save the file and close it. Now, Stop and Start the Apache Service.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/in8.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2674\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/in8.png\" alt=\"\" width=\"695\" height=\"334\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Rest of the php extensions are enabled by default. If not, you can enable it now or even later on if we get any error indicating the requirement of other php extensions.<\/p>\n<p>&nbsp;<\/p>\n<h3><em><strong>Step-2: Download Magento2:<\/strong><\/em><\/h3>\n<p>&nbsp;<\/p>\n<p>You can download Magento 2.x on your Windows machine in zip format. Alternatively, you can also clone it using the <a href=\"https:\/\/git-scm.com\/download\/win\" target=\"_blank\" rel=\"noopener noreferrer\">Git GUI software<\/a> from https:\/\/github.com\/magento\/magento2<\/p>\n<p>So let&#8217;s download the Magento 2.x setup files. Here we will install Magento in both ways i.e. with and without composer.<\/p>\n<p>&nbsp;<\/p>\n<p><em><strong>a). With composer:<\/strong><\/em><\/p>\n<p>&nbsp;<\/p>\n<p>Here, we will <a href=\"https:\/\/github.com\/magento\/magento2\/releases\" target=\"_blank\" rel=\"noopener noreferrer\">Download<\/a> and use Magento 2.x zip file from:- https:\/\/github.com\/magento\/magento2\/releases<\/p>\n<p>After downloading it, you need to extract the zip file in the htdocs folder present in the XAMPP installation directory. Now right click the downloaded Magento2 zip file and select extract files. Select the destination path to the htdocs folder and click OK.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/in4.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2671\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/in4.png\" alt=\"\" width=\"834\" height=\"497\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Now go to htdocs folder and you will find the extracted Magento folder. Rename this folder to Magento2.<\/p>\n<p>At this point of time, you have successfully copied the required Magento files on your Apache directory. You can now skip the next section for installation without composer and continue from step-3.<\/p>\n<p>&nbsp;<\/p>\n<p><em><strong>b). Without composer:<\/strong><\/em><\/p>\n<p>&nbsp;<\/p>\n<p>To install Magento2 , we can <a href=\"https:\/\/magento.com\/tech-resources\/download\" target=\"_blank\" rel=\"noopener noreferrer\">download<\/a> the Community Edition package with full dependencies from the official website i.e. \u00a0https:\/\/magento.com\/tech-resources\/download<\/p>\n<p>Select the latest Magento 2.x Community Edition in zip format and click on download. After download, create a folder in htdocs folder in xampp installation directory. For example, &#8220;C: &gt; xampp &gt; htdocs &gt; magento_2&#8221;.<\/p>\n<p>Now go to download location of the zip file, press and hold shift key and\u00a0right click the downloaded Magento2 zip file. From the available options, select extract files option. For this, you need to have WinRAR application for extracting zip files pre-installed. Now select the destination path to the new &#8220;magento2&#8221; folder and click OK. This will extract the files in that folder.<\/p>\n<p>&nbsp;<\/p>\n<p>At this point of time, you have successfully copied the required Magento files on your Apache directory. You can now skip step-3 and step-4 and continue from step-5 for creating database for Magento.<\/p>\n<p>&nbsp;<\/p>\n<h3><em><strong>Step 3: Download and install Composer:<\/strong><\/em><\/h3>\n<p>&nbsp;<\/p>\n<p>First <a href=\"https:\/\/getcomposer.org\/Composer-Setup.exe\" target=\"_blank\" rel=\"noopener noreferrer\">download<\/a> and install composer on your windows machine. You can easily install the Composer-Setup.exe file using the default settings or you can also make some changes as per requirement in settings while installation.<\/p>\n<p>To install, click on the\u00a0Composer-Setup.exe file. The Composer installation wizard will appear. click next.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/c1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2659 size-full\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/c1.png\" alt=\"\" width=\"496\" height=\"386\" \/><\/a><\/p>\n<p>Next you have to specify the path of php.exe file. Provide the path and click next<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/c2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2660 aligncenter\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/c2.png\" alt=\"\" width=\"598\" height=\"464\" \/><\/a> <a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/c3.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2661 aligncenter\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/c3.png\" alt=\"\" width=\"593\" height=\"419\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>In next step, you will be asked for proxy settings. You can skip the step if you don&#8217;t require by clicking. Install the composer by clicking finish.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/c6.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2663 size-full aligncenter\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/c6.png\" alt=\"\" width=\"500\" height=\"389\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<h3><em><strong>Step 4: Install Magento2 dependencies using Composer:<\/strong><\/em><\/h3>\n<p>&nbsp;<\/p>\n<p>After you have extracted the zip file, go to the Magento2 folder again present inside the htdocs folder. Hold the Shift key and right click, and Select \u201cOpen command window here\u201d. This will open command prompt on that location.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/in5.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2675\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/in5.png\" alt=\"\" width=\"890\" height=\"532\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Now to install Magento2 dependencies automatically on your localhost, run the command \u201ccomposer install\u201d on the command prompt. This will install the required dependencies for Magento2.<\/p>\n<p><em><strong>Note :<\/strong> <\/em>If you get any error regarding requirement for php extensions while executing the command, you can always enable it as discussed in step-1 and then run the command.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/in9.png\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-2676 aligncenter\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/in9.png\" alt=\"\" width=\"678\" height=\"281\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<h3><em><strong>Step-5: Creating MySQL Database:<\/strong><\/em><\/h3>\n<p>&nbsp;<\/p>\n<p>You need to create a database for your Magento2. To create, first open your favorite web browser and enter the url &#8220;http:\/\/localhost\/phpmyadmin&#8221; and press enter to open your phpmyadmin page.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/d1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2678 aligncenter\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/d1.png\" alt=\"\" width=\"666\" height=\"414\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Next, create a database by the name magento2 by clicking on &#8220;new&#8221; button in the menu section present on the left.<\/p>\n<p>Give the database name i.e. magento2 and click on create button. A database will now be created by the name magento2.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/d2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2679 aligncenter\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/d2.png\" alt=\"\" width=\"693\" height=\"432\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<h3><em><strong>Step 6: Install Magento2:<\/strong><\/em><\/h3>\n<p>&nbsp;<\/p>\n<p>After creating the database, the next step is to install the Magento2. First open your web browser, and enter the url &#8220;http:\/\/localhost\/magento2&#8221; and hit enter. You will get a Magento Installer screen. Click on readiness check to verify if all the dependencies are present. Click on next to configure the database.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/m2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2680 aligncenter\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/m2.png\" alt=\"\" width=\"695\" height=\"546\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Next step is to configure the database. Provide the database name and other details as shown below.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/m3.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2681 aligncenter\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/m3.png\" alt=\"\" width=\"673\" height=\"530\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>In the web Configuration, your store url and admin url address are shown. You can modify admin url as per your need as shown below.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/m4.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2682 aligncenter\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/m4.png\" alt=\"\" width=\"697\" height=\"486\" \/><\/a><\/p>\n<p>Next you can configure the Default Time Zone, Currency, and Language and click next. Create your admin account and click next. Finally, click on install to fully install your Magento2.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/m7.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2685 aligncenter\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/m7.png\" alt=\"\" width=\"702\" height=\"520\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>After installation, you will be displayed Magento admin information and database information. Use the admin credentials to login to your admin panel later.<\/p>\n<p>&nbsp;<\/p>\n<h3><strong><em>Step-7: Deploy Static Content:<\/em><\/strong><\/h3>\n<p>&nbsp;<\/p>\n<p>After the installation, its time to setup the static content to deploy the cache system for static resources of Magento.<\/p>\n<p>Go to the Magento2 directory and right click holding down the shift key and select \u201cOpen command window here\u201d. In the command prompt run &#8220;php bin\/magento setup:static-content:deploy&#8221;. After successful deployment of the static files, the installation process is completed.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/in10.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2689\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/in10.png\" alt=\"\" width=\"979\" height=\"286\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<h3><em><strong>Step-8: Accessing Magento2:<\/strong><\/em><\/h3>\n<p>&nbsp;<\/p>\n<p>Congratulations!! You have successfully configured Magento2 on your Windows System.<\/p>\n<p>You Can now Access your Magento home page and admin panel using the below urls and your admin credentials.<\/p>\n<p>&nbsp;<\/p>\n<p>Magento Home Page: http:\/\/localhost\/magento2<\/p>\n<p>Magento Admin Page: http:\/\/localhost\/magento2\/admin<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/s1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2690 aligncenter\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/s1.png\" alt=\"\" width=\"725\" height=\"571\" \/><\/a><\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/s3.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-2691 aligncenter\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/s3.png\" alt=\"\" width=\"739\" height=\"488\" \/><\/a><\/p>\n<p>Thanks for your time&#8230; Enjoy&#8230;..!!!<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: center\"><strong><em>In case of any help or query, please <a href=\"http:\/\/cloudkul.com\/contact\/\" target=\"_blank\" rel=\"noopener noreferrer\">contact us<\/a>.<\/em><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this blog, we will install Magento2. on our Windows machine using XAMPP Server.\u00a0You can <a class=\"text-primary\" title=\"read more\" href=\"https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":19,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[87,20,1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to install Magento2 on Windows - Cloudkul<\/title>\n<meta name=\"description\" content=\"We will install magento2 on Windows OS. Magento is one of the most popular content management system for e-commerce websites. There are also a large numbers of extensions and themes available online for further enhancement as per requirements.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Magento2 on Windows - Cloudkul\" \/>\n<meta property=\"og:description\" content=\"We will install magento2 on Windows OS. Magento is one of the most popular content management system for e-commerce websites. There are also a large numbers of extensions and themes available online for further enhancement as per requirements.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"Cloudkul\" \/>\n<meta property=\"article:published_time\" content=\"2017-05-31T15:42:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-10-13T10:48:14+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/xm2.png\" \/>\n<meta name=\"author\" content=\"Kamal Verma\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/\",\"url\":\"https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/\",\"name\":\"How to install Magento2 on Windows - Cloudkul\",\"isPartOf\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/#website\"},\"datePublished\":\"2017-05-31T15:42:53+00:00\",\"dateModified\":\"2018-10-13T10:48:14+00:00\",\"author\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/06c6ea4ff7ba3c7c066fa1ee606bf051\"},\"description\":\"We will install magento2 on Windows OS. Magento is one of the most popular content management system for e-commerce websites. There are also a large numbers of extensions and themes available online for further enhancement as per requirements.\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Magento2 on Windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cloudkul.com\/blog\/#website\",\"url\":\"https:\/\/cloudkul.com\/blog\/\",\"name\":\"Cloudkul\",\"description\":\"Host your eCommerce Store on AWS with Optimized Performance\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cloudkul.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/06c6ea4ff7ba3c7c066fa1ee606bf051\",\"name\":\"Kamal Verma\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63cc4ebeffa54b7ceb9b2d552926f2f6?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63cc4ebeffa54b7ceb9b2d552926f2f6?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g\",\"caption\":\"Kamal Verma\"},\"url\":\"https:\/\/cloudkul.com\/blog\/author\/kamaldev-cloudkul308\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install Magento2 on Windows - Cloudkul","description":"We will install magento2 on Windows OS. Magento is one of the most popular content management system for e-commerce websites. There are also a large numbers of extensions and themes available online for further enhancement as per requirements.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/","og_locale":"en_US","og_type":"article","og_title":"How to install Magento2 on Windows - Cloudkul","og_description":"We will install magento2 on Windows OS. Magento is one of the most popular content management system for e-commerce websites. There are also a large numbers of extensions and themes available online for further enhancement as per requirements.","og_url":"https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/","og_site_name":"Cloudkul","article_published_time":"2017-05-31T15:42:53+00:00","article_modified_time":"2018-10-13T10:48:14+00:00","og_image":[{"url":"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/05\/xm2.png"}],"author":"Kamal Verma","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/","url":"https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/","name":"How to install Magento2 on Windows - Cloudkul","isPartOf":{"@id":"https:\/\/cloudkul.com\/blog\/#website"},"datePublished":"2017-05-31T15:42:53+00:00","dateModified":"2018-10-13T10:48:14+00:00","author":{"@id":"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/06c6ea4ff7ba3c7c066fa1ee606bf051"},"description":"We will install magento2 on Windows OS. Magento is one of the most popular content management system for e-commerce websites. There are also a large numbers of extensions and themes available online for further enhancement as per requirements.","breadcrumb":{"@id":"https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cloudkul.com\/blog\/magento2-installation-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to install Magento2 on Windows"}]},{"@type":"WebSite","@id":"https:\/\/cloudkul.com\/blog\/#website","url":"https:\/\/cloudkul.com\/blog\/","name":"Cloudkul","description":"Host your eCommerce Store on AWS with Optimized Performance","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudkul.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/06c6ea4ff7ba3c7c066fa1ee606bf051","name":"Kamal Verma","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/63cc4ebeffa54b7ceb9b2d552926f2f6?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63cc4ebeffa54b7ceb9b2d552926f2f6?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g","caption":"Kamal Verma"},"url":"https:\/\/cloudkul.com\/blog\/author\/kamaldev-cloudkul308\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/2653"}],"collection":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/comments?post=2653"}],"version-history":[{"count":30,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/2653\/revisions"}],"predecessor-version":[{"id":3894,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/2653\/revisions\/3894"}],"wp:attachment":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/media?parent=2653"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/categories?post=2653"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/tags?post=2653"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}