- Connect to your Magento website/server using SSH
- While accessed to the SSH command line you navigate to the directory where Magento is installed, then go to folder /app/code (if you are missing the folder “code”, create it in the SSH command line with command “mkdir”)
- While in the /app/code folder create a folder called “Sello” then create a folder in Sello called “ChannelConnector” and navigate to the path /app/code/Sello/
ChannelConnector - Download the extension zip file with command:
wget https://files.sello.io/
channelconnector/magento2/ latest.zip - Then unzip the zip-file to this folder:
unzip latest.
zip -d . - Navigate to the Magento root folder (where Magento is installed)
- Run the following command:
CLI “bin/magento setup:upgrade”
- Run the following command:
CLI “bin/magento setup:di:compile”
Now your Sello ChannelConnector module should be installed and ready to be connected to Sello. This is done from the Magento 2 backend (admin).
- Login to you Magento 2 backend (admin)
- Navigate to: System -> Integrations
- Find the “ChannelConnector” extension
- You should be able to connect the extension using Authorize
- Log in to your Sello account to finalize the connection.