Download and Install Unific Magento 2 Extension Prior to Connecting Unific
Last Updated: October 03, 2018Follow these instructions to install Unific Magento 2.0 Extension before continuing with Unific signup process.
- SSH into your Magento server and navigate to the hostname directory cd cloudpanel/htdocs/<hostName>
- Open your Magento composer.json file
- Make sure to add this repository to the "repositories" section like this:
"repositories": {
"magento": {
"type": "composer",
"url": "https://repo.magento.com/"
},
"unific": {
"type": "git",
"url": "git@github.com:unificdotcom/unific-magento2-extension-installer.git"
}
},
- Close the file
- run: composer update
- run: composer require "unific/extension:dev-master"
- run: bin/magento setup:upgrade
- run: bin/magento cache:clean