{"id":2710,"date":"2017-06-02T14:56:16","date_gmt":"2017-06-02T14:56:16","guid":{"rendered":"http:\/\/cloudkul.com\/blog\/?p=2710"},"modified":"2018-12-19T13:13:15","modified_gmt":"2018-12-19T13:13:15","slug":"magento2-installation-mac-os","status":"publish","type":"post","link":"https:\/\/cloudkul.com\/blog\/magento2-installation-mac-os\/","title":{"rendered":"How to install Magento2 on Mac OS"},"content":{"rendered":"<p>Magento2 installation on Mac OS include several steps to install and can be installed in a variety of ways. Let&#8217;s make the installation process as simple as possible. Here we will be using MAMP to provide the Web Server Environment. Alternatively you can also use XAMPP which is a similar tool as MAMP. You 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-installation-windows\/\" target=\"_blank\" rel=\"noopener noreferrer\">Windows<\/a> and <a href=\"http:\/\/cloudkul.com\/blog\/magento-2-1-x-installation-linux-ubuntu\/\" target=\"_blank\" rel=\"noopener noreferrer\">Linux<\/a>.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>MAMP<\/strong> stands for <strong>M<\/strong> (Mac OS) <strong>A<\/strong> (Apache) <strong>M<\/strong>(MySQL) <strong>P<\/strong> (PHP, Perl or Python). It is a tool to setup Web Development Environment easily. You can download MAMP from <a href=\"http:\/\/www.mamp.info\/en\/downloads\/\" target=\"_blank\" rel=\"noopener noreferrer\">www.mamp.info\/en\/downloads\/<\/a> .<\/p>\n<p>&nbsp;<\/p>\n<h2>Prerequisites:<\/h2>\n<p>&nbsp;<\/p>\n<p>MAMP Server should be installed on your computer. You can download it from <a href=\"http:\/\/www.mamp.info\/en\/downloads\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a><em>. <\/em>It is recommended that while installing MAMP, remove the previous versions of MySQL and Php and install the recommended versions as mentioned below.<\/p>\n<p>&nbsp;<\/p>\n<p>Magento2 has certain requirements which are listed below.<\/p>\n<ul>\n<li>Apache Version 2.2 or 2.4<\/li>\n<li>PHP Version Php-5.6.5 \u2013 5.6.x,\u00a0Php-7.0.13 \u2013 7.0.x and Php-7.1.x<\/li>\n<li>MySQL Version 5.6.x or higher<em><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<p>Your MAMP server must meet the Magento2 prerequsites mentioned above. Please take care of the supported PHP version. I will be installing using latest version of php 7.0.x on Apache 2.4.<\/p>\n<p>&nbsp;<\/p>\n<h2>Installation:<\/h2>\n<p>&nbsp;<\/p>\n<p>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>We will discuss both the ways. You may choose the one which suits you best.<\/p>\n<p>&nbsp;<\/p>\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>This tutorial assumes that you have downloaded and installed MAMP Web Server environment on your MAC OS X system. If not, download it from <a href=\"http:\/\/www.mamp.info\/en\/downloads\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>.<\/p>\n<p>&nbsp;<\/p>\n<h3><em><strong>Step-1: Configuring MAMP<\/strong><\/em><\/h3>\n<p>&nbsp;<\/p>\n<p>Go to Applications section on your Mac OS and launch the WAMP application. Click on to Preferences section on your MAMP and configure the settings as per requirement. We will use the default MAMP port 8888 for Apache and port 8889 for MySQL for this demo.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-02-at-2.57.21-PM.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-2764 aligncenter\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-02-at-2.57.21-PM.png\" alt=\"\" width=\"535\" height=\"438\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Now we will select latest version of Php 7.0.x and use Apache as our Web Server.<\/p>\n<p>The last thing to do in configuring MAMP is to make the MAMP php configuration as the default configuration. \u00a0Your machine may still be using the built-in OS X PHP version, and not the MAMP one.<\/p>\n<p>&nbsp;<\/p>\n<p>To Check, type the below command to see which binary it is using.<\/p>\n<pre class=\"lang:default decode:true\">which php<\/pre>\n<p>&nbsp;<\/p>\n<p>If it is using &#8220;\/usr\/bin\/php&#8221; or any similar system binary, you may get some error in later point of time like missing PHP modules (ext-mcrypt and ext-intl). The error my look like below.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-02-at-5.26.38-PM-1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2774\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-02-at-5.26.38-PM-1.png\" alt=\"\" width=\"659\" height=\"197\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>To correct the settings in advance, you must configure to use the MAMP php packages. To rectify it, do the following.<\/p>\n<p>&nbsp;<\/p>\n<pre class=\"lang:default decode:true\">sudo nano ~\/.bash_profile<\/pre>\n<p>&nbsp;<\/p>\n<p>Now see if the correct path of MAMP Php configuration is mentioned in the file. If not, correct it keeping in mind the correct php version. The MAMP php path must be similar as below.<\/p>\n<p>&nbsp;<\/p>\n<pre class=\"lang:default decode:true\">export PATH=\/Applications\/MAMP\/bin\/php\/php7.0.15\/bin:$PATH<\/pre>\n<p>&nbsp;<\/p>\n<p>Next run the below command to make it the default php path.<\/p>\n<p>&nbsp;<\/p>\n<pre class=\"lang:default decode:true\">source ~\/.bash_profile.<\/pre>\n<p>&nbsp;<\/p>\n<p>Now you are good to go. You can follow the next steps to install Magento2 on your Mac.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<h3><em><strong>Step 2: Install Magento2 Package:<\/strong><\/em><\/h3>\n<p>&nbsp;<\/p>\n<p><em><strong>a). Without Composer<\/strong><\/em><\/p>\n<p>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. \u00a0<a href=\"https:\/\/magento.com\/tech-resources\/download\">https:\/\/magento.com\/tech-resources\/download<\/a><\/p>\n<p>We will download Magento package in zip format for this demo. Select the latest Magento 2.x Community Edition in zip format and click on download. After download, go to the Download folder and double click on the Magento2 zip file to extract its contents. Then copy the extracted folder to htdocs folder in the MAMP installation directory. Rename the extracted folder to &#8220;magento2&#8221;.<\/p>\n<p>&nbsp;<\/p>\n<p><em><strong>b). With Composer<\/strong><\/em><\/p>\n<p>Now let us download and install the latest version of magento2. At the time of this blog, the latest version is 2.2.6.<\/p>\n<p>To install magento2 with composer, first create the Access keys of <a href=\"https:\/\/marketplace.magento.com\/\">magento marketplace<\/a>. If you have an account on Magento Marketplace, simply signin and generate the access keys. If you don&#8217;t have an account, create an account by registering yourself on <a href=\"https:\/\/marketplace.magento.com\/\">marketplace.magento.com<\/a><\/p>\n<p>For generating Access keys, login in to <a href=\"https:\/\/marketplace.magento.com\/\">magento marketplace<\/a> and from the top right corner of the page where your user name is displayed, navigate to <strong>My profile &gt; Marketplace &gt; My products &gt; Access Keys<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>Now create a new pair of Access keys. You need to provide the public Key as username and Private Key as password when prompt.<\/p>\n<p>&nbsp;<\/p>\n<p>First install composer on the server.<\/p>\n<p>&nbsp;<\/p>\n<pre class=\"lang:default decode:true\">sudo wget -O \/usr\/local\/bin\/composer http:\/\/getcomposer.org\/composer.phar \r\nsudo chmod +x \/usr\/local\/bin\/composer \r\ncd \/Applications\/MAMP\/htdocs\/<\/pre>\n<p>&nbsp;<\/p>\n<p>The syntax for installing magento2 through composer is as follows.<br \/>\n<strong>composer create-project &#8211;repository=https:\/\/repo.magento.com\/ magento\/project-community-edition &lt;install-directory-name&gt;<\/strong><\/p>\n<p>You can use the below command for installing magento2 latest version through composer.<\/p>\n<p>&nbsp;<\/p>\n<pre class=\"lang:default decode:true \">composer create-project --repository=https:\/\/repo.magento.com\/ magento\/project-community-edition magento2<\/pre>\n<p>&nbsp;<\/p>\n<p>For installing a specific version of magento2, mention the magento version at the end of the command as follows.<\/p>\n<p>&nbsp;<\/p>\n<pre class=\"lang:default decode:true \">composer create-project --repository=https:\/\/repo.magento.com\/ magento\/project-community-edition magento2 v2.2.6<\/pre>\n<p>&nbsp;<\/p>\n<p>During this process, you will be asked to provide the username and password. Provide the generated Access Keys where the public Key is the username and Private Key is the password. Also, you will be asked whether you want to store the credentials in auth.json. You can select &#8220;n&#8221; if you don&#8217;t wish to save your credentials on the server.<\/p>\n<p>&nbsp;<\/p>\n<p>Next is to change the ownership of the magento2 directory. Replace &#8220;username&#8221; by your current login username.<\/p>\n<pre class=\"lang:default decode:true\">sudo chown -R username:\u00a0 magento2<\/pre>\n<p>&nbsp;<\/p>\n<p>If you have followed the MAMP configuration step properly, your installation should run without error. If you face any error regarding permission, try running &#8220;sudo chmod -R 775 \/path to magento2&#8221;. But avoid running it in production environment for security reasons.<\/p>\n<p>Now you can proceed to next step to create the database.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<h3><em><strong>Step-3: Creating Database:<\/strong><\/em><\/h3>\n<p>&nbsp;<\/p>\n<p>You need to create a database for your Magento2. You Can do so by accessing the MyPhpAdmin Page in browser or through logging in through the terminal and creating the database. To create, first open your favorite web browser and enter the url \u201chttp:\/\/localhost:8888\/phpmyadmin\u201d 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\/06\/Screen-Shot-2017-06-01-at-5.50.06-PM.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2721\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-01-at-5.50.06-PM.png\" alt=\"\" width=\"895\" height=\"495\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Next, create a database by the name magento2 by clicking on \u201cnew\u201d button in the menu section present on the left.<\/p>\n<p>Then 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\/06\/Screen-Shot-2017-06-01-at-5.52.04-PM.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2722\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-01-at-5.52.04-PM.png\" alt=\"\" width=\"895\" height=\"432\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<h3><em><strong>Step-4: 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 \u201chttp:\/\/localhost:8888\/magento2\u201d and hit enter. You will get a Magento Installer screen. \u00a0It may take some time to open up the first time. Click on Agree and Setup Magento to start installation.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-01-at-5.01.20-PM.png\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-2725 aligncenter\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-01-at-5.01.20-PM.png\" alt=\"\" width=\"513\" height=\"535\" \/><\/a><\/p>\n<p>Click on readiness check to verify if all the dependencies are present. Then click on next to configure the database.<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-01-at-5.02.02-PM.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2728\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-01-at-5.02.02-PM.png\" alt=\"\" width=\"1014\" height=\"663\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Next step is to configure the database. Provide the database Server host, database user, database name and table prefix details as shown below. Here you can also use &#8220;<strong>127.0.0.1<\/strong>&#8221; in place of &#8220;localhost&#8221; in case you come across some loopback errors.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-01-at-5.02.44-PM.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2726\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-01-at-5.02.44-PM.png\" alt=\"\" width=\"986\" height=\"610\" \/><\/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\/06\/Screen-Shot-2017-06-01-at-5.25.07-PM.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2731\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-01-at-5.25.07-PM.png\" alt=\"\" width=\"984\" height=\"585\" \/><\/a><\/p>\n<p>&nbsp;<\/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\/06\/Screen-Shot-2017-06-01-at-5.29.19-PM.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2732\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-01-at-5.29.19-PM.png\" alt=\"\" width=\"1021\" height=\"512\" \/><\/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<p>&nbsp;<\/p>\n<h3><em><strong>Step-5: Accessing Magento2:<\/strong><\/em><\/h3>\n<p>&nbsp;<\/p>\n<p>Congratulations!! You have successfully configured Magento2 on your MAC OS.<\/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:8888\/magento2<\/p>\n<p>Magento Admin Page: http:\/\/localhost:8888\/magento2\/admin<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-02-at-7.57.13-PM.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2773\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-02-at-7.57.13-PM.png\" alt=\"\" width=\"903\" height=\"637\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-02-at-7.56.42-PM.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-2772\" src=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-02-at-7.56.42-PM.png\" alt=\"\" width=\"1080\" height=\"636\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>Thanks for your time\u2026 Enjoy\u2026..!!!<\/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<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Magento2 installation on Mac OS include several steps to install and can be installed in <a class=\"text-primary\" title=\"read more\" href=\"https:\/\/cloudkul.com\/blog\/magento2-installation-mac-os\/\">[&#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":[32,2,87,86,20,21],"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 Mac OS - Cloudkul<\/title>\n<meta name=\"description\" content=\"Magento2 Installation On Mac 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-mac-os\/\" \/>\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 Mac OS - Cloudkul\" \/>\n<meta property=\"og:description\" content=\"Magento2 Installation On Mac 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-mac-os\/\" \/>\n<meta property=\"og:site_name\" content=\"Cloudkul\" \/>\n<meta property=\"article:published_time\" content=\"2017-06-02T14:56:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-12-19T13:13:15+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-02-at-2.57.21-PM.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-mac-os\/\",\"url\":\"https:\/\/cloudkul.com\/blog\/magento2-installation-mac-os\/\",\"name\":\"How to install Magento2 on Mac OS - Cloudkul\",\"isPartOf\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/#website\"},\"datePublished\":\"2017-06-02T14:56:16+00:00\",\"dateModified\":\"2018-12-19T13:13:15+00:00\",\"author\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/06c6ea4ff7ba3c7c066fa1ee606bf051\"},\"description\":\"Magento2 Installation On Mac 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-mac-os\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudkul.com\/blog\/magento2-installation-mac-os\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudkul.com\/blog\/magento2-installation-mac-os\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Magento2 on Mac OS\"}]},{\"@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 Mac OS - Cloudkul","description":"Magento2 Installation On Mac 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-mac-os\/","og_locale":"en_US","og_type":"article","og_title":"How to install Magento2 on Mac OS - Cloudkul","og_description":"Magento2 Installation On Mac 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-mac-os\/","og_site_name":"Cloudkul","article_published_time":"2017-06-02T14:56:16+00:00","article_modified_time":"2018-12-19T13:13:15+00:00","og_image":[{"url":"http:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/06\/Screen-Shot-2017-06-02-at-2.57.21-PM.png"}],"author":"Kamal Verma","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cloudkul.com\/blog\/magento2-installation-mac-os\/","url":"https:\/\/cloudkul.com\/blog\/magento2-installation-mac-os\/","name":"How to install Magento2 on Mac OS - Cloudkul","isPartOf":{"@id":"https:\/\/cloudkul.com\/blog\/#website"},"datePublished":"2017-06-02T14:56:16+00:00","dateModified":"2018-12-19T13:13:15+00:00","author":{"@id":"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/06c6ea4ff7ba3c7c066fa1ee606bf051"},"description":"Magento2 Installation On Mac 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-mac-os\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudkul.com\/blog\/magento2-installation-mac-os\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cloudkul.com\/blog\/magento2-installation-mac-os\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to install Magento2 on Mac OS"}]},{"@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\/2710"}],"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=2710"}],"version-history":[{"count":43,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/2710\/revisions"}],"predecessor-version":[{"id":3993,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/2710\/revisions\/3993"}],"wp:attachment":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/media?parent=2710"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/categories?post=2710"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/tags?post=2710"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}