Magento 2 Download For Mac

Magento 2 Download For Mac Rating: 5,8/10 2198 votes

Magento 2 is a powerful ecommerce platform loaded with an arsenal of useful features. There are hundreds of thousands of ecommerce stores built on the popular ecommerce CMS. However, many people face issues in installing Magento on localhost using XAMPP.

Product designer Magento 2 extension by SetuBrige is a highly advanced tool that unfolds the possibility of customized products. It offers precise web2print eCommerce front end integrated with. Magento helps you do eCommerce, the JumpBox for Magento helps you do it quickly and easily. With enhanced features like backup and restore, the JumpBox for Magento is the perfect eCommerce solution. A JumpBox packages an application's software, dependencies, and application data into a single virtual application that deploys locally, or hosted. MAMP is the most popular local web development solution for Mac OSX. Magento 2 Subcategories Slider module by MageComp enables your visitors by presenting the subcategories in the slide view layout on the category page of your Magento storefront.

In this tutorial, I am going to teach you how to install Magento on localhost. Magento is releasing updated versions of Magento 2 day-by-day. Hence, I am going to configure Magento 2.2.6 on my localhost using XAMPP for this tutorial.

Requirements

  • How to setup Magento 2 on Mac OsX 10.11 In this blog, I will explain you how to setup Magento 2 on Mac Osx 10.11 by the following steps: Step 1: Required system.
  • Those should have been installed already in Mac OS High Sierra. Cd into a directory where you want to place the Magento 2 installation, this composer command below will create a directory called Magento 2 and download all the base code into this directory.
  • Apache 2.2 or 2.4
  • PHP 7.0.13–7.0.x, 7.1.x.
  • MySQL 5.6, 5.7

To read more requirements, click here.

Install Magento on XAMPP

Get $25 Free Credit on Managed Magento Hosting!

Use Coupon: MGT25

Download and Extract Magento 2

Go to the Magento official website and download Magento 2 setup.

Now go to xampp/htdocs and create the directory ‘magento.’ Extract the Magento 2.2.6 archive in xampp/htdocs/magento.

Update PHP (php.ini)

Now open your XAMPP Control Panel.

Click on Apache’s Config and then navigate to PHP (php.ini).

Now search for extension=php_intl.dll and extension=php_xsl.dll, and remove the semicolon “;” at the beginning from both.

Start the Apache and MySQL services from XAMPP control panel.


Install Magento 2 on Localhost

Now its time for Magento installation on XAMPP server.

Go to phpMyAdmin and create a database with the name magento2.

Open the web browser and explore localhost/magento. Then click on Agree and Setup Magento.

The first step for installing Magento 2 on localhost is to perform a Readiness check. After successful checking, click on Next.

Now the database configuration page will appear. Here, enter database details and database name which will be the same as the one you created in phpMyAdmin (magento2). After completing this step, click on Next.

Now complete the web configuration, your store, and admin panel address. After web configuration, click on Next.

Now customize your store and click on Next.

Create an Admin account and click on Next.

All ready! Just hit the Install Now button.

Open your store by exploring localhost/magento and you will see the following result:

Open your admin panel by exploring localhost/admin and the following screen will appear:

Magento 2 Download For Mac

Note: If the following error appears on accessing the admin panel, just go to xampp/htdocs/magento/var/cache and delete all the folders from it.

Want to test your website before making it live?

Assure your entire website functionalities are up and running smoothly by testing it on a staging server.

Final Words:

After following the steps above, you should be able to install Magento 2 on localhost using XAMPP. Now start adding the products and explore the awesome features of Magento 2. If you have any questions about the tutorial above or would like to share your thoughts, just leave a comment below.

Related Reading

Subscribe Newsletter

Subscribe to get latest Magento news

4.5 (90%) 2 votes

Have a nice day,

Do you know how to install Magento 2 on Windows? It’s easy because there are a lot of tutorial out there. In this post, I will show you how to install Magento 2 on Mac OsX.

Contents

  • 1 How to install Magento 2 on Mac OsX 10.11
    • 1.5 Step 5: Install magento 2
  • 2 Tips: Some problems when installing magento 2:

How to install Magento 2 on Mac OsX 10.11

You need to follow these steps to install Magento 2 on Mac Os X 10.11

  • Step 1: Required system
  • Step 2: Download and install PHP
  • Step 3: Download composer
  • Step 4: Download magento 2 package
  • Step 5: Install magento 2

Let’s start!

Step 1: Required system

  • Apache 2.2 or better
  • PHP 5.5.x or 5.6.x
  • MySQL 5.6.x

Step 2: Download and install PHP

You can follow these link to install PHP new version on Max OsX 10.11: https://coolestguidesontheplanet.com/get-apache-mysql-php-and-phpmyadmin-working-on-osx-10-11-el-capitan/

Then config mcrypt lib: https://coolestguidesontheplanet.com/install-mcrypt-for-php-on-mac-osx-10-10-yosemite-for-a-development-server/

Step 3: Download composer

You can download it and check the Composer installation instruction here https://getcomposer.org/

Step 4: Download magento 2 package

Releases page: https://github.com/magento/magento2/releases.

Step 5: Install magento 2

The first you have to unzip magento 2 package to the directory of the Apache web server. Then follow bellow steps:

5.1. Install magento 2 through composer:

Open terminal and use these commands: