Magento News

 

Install magento extensions via ssh

Here is how to install magento extensions via SSH

#initialise pear
./pear mage-setup .
 
./pear install <extension_key>
 
#Be sure to clear the pear cache out after you’re done:
rm -rf downloader/pearlib/cache/* downloader/pearlib/download/*

Remember to refresh the Magento cache [System → Cache Management] and follow instruction for other extensions for more customization.

Install magento extensions via ssh

Possibly Related Posts:


 

Leave a Reply