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 magento root folder
A note on Step 3
Please find the version number here.
Example of the command neededcomposer require helloextend/integration:v3.1.1
- run
composer require helloextend/integration:{version_number_placeholder}
- run
bin/magento setup:upgrade
- run
bin/magento setup:di:compile
- run
bin/magento setup:static-content:deploy -f -j5
- run
bin/magento cache:clean
Updated about 1 year ago