Skip to main content

MageMe EasyQuote Magento 2 Module | Installation

This document provides detailed instructions for installing the MageMe_EasyQuote plugin for Magento 2. The plugin is not available on the Magento Marketplace but can be installed either by uploading the zip file directly or via a Composer repository.

Prerequisites

Ensure you meet the following before installation:

  • Magento 2.3 or later installed.
  • SSH access to your Magento server.
  • Composer installed (for the Composer method).

Get Access to Repository

Please use an SSH client to connect to your Magento 2 server and navigate to your Magento 2 root directory.

Add our composer repository to your composer.json file with the following command:

composer config repositories.mageme composer https://repo.mageme.com && composer update

Use your personal authorization keys when asked. You can find your keys in your account area on the Composer Repository section.

Installation Methods

You can install the MageMe_EasyQuote plugin using one of the following methods:

Method 1: Installation via Composer

  1. Add the Composer Repository:
    • Run the following command in your Magento root directory to add the MageMe Composer repository:
composer config repositories.mageme composer https://repo.mageme.com
  1. Install the Plugin:
    • Install the plugin via Composer by running:
composer require mageme/module-easyquote
  1. Magento Setup Upgrade:
    • After installation, run the following Magento commands to enable the plugin:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean

Method 2: Installation via Zip File

  1. Download and Extract:

    • Download the MageMe_EasyQuote.zip file.
    • Extract the zip file in your Magento root directory under app/code/MageMe/EasyQuote. You might need to create the MageMe/EasyQuote directories if they do not already exist.
  2. Enable the Plugin:

    • Run the following Magento commands to enable the plugin and clear the cache:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean

Post-Installation

After installation, you can configure the MageMe EasyQuote extension from the Magento Admin panel under Stores > Configuration > MageMe Extensions > EasyQuote.

Troubleshooting

If you encounter any issues during the installation process, check the following:

  • Ensure your Magento version is compatible.
  • Check that all commands are executed in the Magento root directory.
  • Clear the Magento cache and recompile if necessary.

For further assistance, contact MageMe support.