Knowledgebase

How to install a Magento extension manually (through SSH)?

You can install a Magento extension manually through SSH using the mage tool (in earlier Magento versions it was called pear) located in your Magento installation folder. Its syntax is:

./mage install channelName packageName

For example, to install Mage_Downloader, you will have to execute:

./mage install http://connect20.magentocommerce.com/community/ Mage_Downloader

If mage does not work at first, you may need to execute:

./mage mage-setup .

Note that the HostKnox Magento hosting services include free Magento extension installations and free SSH access. So no matter whether you want to install your Magento extensions yourself or you'd rather have us install them for you, we will be able to help you.

Was this answer helpful?

 Print this Article

Also Read