Install Magento 2 Extension

In this topic, we will discuss about How to Install Magento 2 extensions, specially Install SetuBridge Extensions. There are 3 different solutions to install SetuBridge extensions:
- Manually Upload Package
- Install using Command Line
- Install via Magento Marketplace
Important Notes:
- We suggest you to make staging copy of your live store and try installation on it.
- Backup the live store database
Install Magento 2 Extension by SetuBridge:
Select a solution based on downloaded package:
Download extension from SetuBridge
Download extension from Magento Marketplace
Guide #1: Manually Upload Package
Step 1: Setup client server SFTP
Download SFTP clients, we recommend clients: FileZilla to install Country Specific Products Magento® 2 Extension.
Step 2: Download the Package
Download the Package from SetuBridge, go to My Downloadable Products page to download the Country Specific Product package. You have to log in (User/Password) before accessing the My Downloadable Products.
Here are the screenshot of My Downloadable Products page.
Step 3: Upload files to server
Let’s extract the package and connect to your server using SFTP Clients above. Upload files to live server using FileZilla, see below image:
Upload the app folder to Magento 2 root folder.
Step 4: Run command line
To complete the installation process, we need to run the following command lines:
composer require SetuBridge/Countryspecificproduc
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Step 5: Check result
Now time to check result in frontend.
If you get any issues, check FAQs. If you still get stuck, get support at SetuBridge Helpdesk
Guide #2: Composer
Magento 2 provides a convenient way to manually install extension via Command Line,SetuBridge extension one of the best-seller extensions at SetuBridge.
Note that: this solution is only apply for free extensions.
Run the following command in Magento 2 root folder
Country Specific Product
composer require SetuBridge/Countryspecificproduct:1.0.1
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Now get the way to your store and check result. If you get any issues, check FAQs. If you still get stuck, get support at SetuBridge Helpdesk
Guide #3: Marketplace.magento.com
Go to "Access Keys" page and get Public/Private Key page.
Now enter the Access key name: We type SetuBridge
We get Public key (Username), and Private Key (Password)
- Run following command for install Country Specific Products
composer require SetuBridge/Countryspecificproduct:1.0.1
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Now got to your website and check result. If you get any issues, check FAQs. If you still get stuck, get support at SetuBridge Helpdesk