cancel
Showing results for 
Search instead for 
Did you mean: 

New to Magento : What is the best method to install an extension?

New to Magento : What is the best method to install an extension?

Hi everyone !

I am new to Magento. Just installed it for the first time and wanted to install a couple of extensions. Searched for some instructions on how to install.

There seem to be a few methods... apparently, a "manual" is the recommended one, but there another with an Adobe Magento account connected to Magento (standard procedure). There is another with SSH ... 

Can you guys suggest what to do and where to find instructions to follow.

Your kind help is greatly appreciated !!

1 REPLY 1

Re: New to Magento : What is the best method to install an extension?

use installation from composer i.e. CLI Installation from SSH 

you can refer to the following URL from Magento: CLI Installation 

 

if you have issues with this then you can try a manual install in the app/code folder 

 

Note: CLI Installation is recommended as the dependencies are automatically installed and updated with the composer. 

 

Kindly Accept the Solution if this works for you