Bash Script: Easily Backup your Magento2 Code Files + Database

Magento 2 Backup with Bash/Shell Script

We had created a similar Backup Script for Magento1 in the past. Now we are back with the much-improvised version for Magento2. You must be wondering why we needed a bash script for Magento2 backup even it comes up with inbuilt console command: php /path/to/magento2/bin/magento setup:backup -v –code –media –db Some of the reasons are: …

Read more

Create a Custom Shipping Module in Magento 2

As you know Magento 2 GA is already released on mid of November 2015. Now the development of Magento 2 components is taking by storm and the developers are especially busy with porting their popular Magento 1 extensions. In our case, We are already into Magento 2 development: busy porting some of our popular Magento …

Read more

Install Magento 2 module from GitHub or Bitbucket repository using Composer

In the previous article, we discussed How to install Magento 2 on MEMP (Mac OS X + Nginx + MySQL + PHP-FPM) stack using Composer In this article, we will discuss How to install Magento 2 modules from any GitHub or Bitbucket repositories. Let’s say we have Easy Template Path Hints (a Magento 2 module …

Read more

Magento 2 installation on MEMP (Mac OS X + Nginx + MySQL + PHP-FPM) stack

Magento 2 installation on MEMP (Mac OS X + Nginx + MySQL + PHP-FPM) stack

Magento is a highly customizable e-commerce platform and content management system that you can use to build online storefronts or web sites for selling merchandise. Magento provides common e-commerce features, such as shopping carts and inventory management, and encourages extensive customization to meet your organization’s specific goals. Magento 2 Merchant Beta codebase was released on …

Read more