############
Installation
############


************
Requirements
************

* Magento 2 Installation

+------------------------+------------+
| Edition                | Version(s) |
+========================+============+
| Open Source Edition    |  2.3.0     |
+------------------------+------------+
| Commerce Edition       |  2.1.9     |
+------------------------+------------+
| Cloud Edition          |  2.3.0     |
+------------------------+------------+

*********************
Composer Installation
*********************

In order to install it using composer, first add the following repository json block to your **composer.json** file inside your Magento Installation::
    
    {
        "type": "vcs",
        "url": "git@bitbucket.org:summasolutions/emblueconnector.git"
    }


Then install the module by running::

    composer require emblue/magento2-connector:dev-master


************
Module Setup
************

Once the module in intalled then it needs to be enabled by running::

    bin/magento module:enable Emblue_Connector