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 <server>/html folder
    ie. bb758af923.nxcli.io/html
  3. run composer require helloextend/integration:dev-master
  4. run bin/magento setup:upgrade
  5. run bin/magento setup:di:compile
  6. run bin/magento setup:static-content:deploy -f -j 5
  7. run bin/magento c:f (optional but good idea to flush the cache)

Checklist