Installation

Overview

The installation process described below will require that you have terminal/SSH access on your Magento store's host server as well as composer already configured and functioning.

Install Steps

  1. ssh into your the server you wish to install the integration on via the terminal on your local machine.
  2. cd into the magento root folder

    πŸ“˜

    A note on Step 3

    Please find the version number here.
    Example of the command needed composer require helloextend/integration:v3.1.1

  3. run composer require helloextend/integration:{version_number_placeholder}
  4. run bin/magento setup:upgrade
  5. run bin/magento setup:di:compile
  6. run bin/magento setup:static-content:deploy -f -j5
  7. run bin/magento cache:clean