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
- ssh into your the server you wish to install the integration on via the terminal on your local machine.
- cd into the
<server>/html folder
ie.bb758af923.nxcli.io/html
- run
composer require helloextend/integration:dev-master
- run
bin/magento setup:upgrade
- run
bin/magento setup:di:compile
- run
bin/magento setup:static-content:deploy -f -j 5
- run
bin/magento c:f
(optional but good idea to flush the cache)
Checklist
Updated about 1 year ago