Video: Magento extension install using SSH terminal
While the Magento Download Manager allows you to install extensions through a webpage, the same is possible from command-line. This video-tutorial shows you how to install a Magento extension using a SSH terminal. For this you will need shell-access to your Magento instance.
The following command should be run to initialize the PEAR-command properly:
./pear mage-setup .
With the following command you would install all the latest Magento updates:
./pear install magento-core/Mage_All_Latest
The following would install the Yireo MageBridge Installer. (To upgrade to the actual version you need to obtain a valid license key from our Yireo Shop.)
./pear install magento-community/Jira_MageBridge
The following would upgrade all installed Magento extensions:
./pear upgrade-allCreated on Thursday, 19 November 2009
Modified on Sunday, 06 December 2009
More tutorials in this section
- Analysing logfiles with Magento
- Fixing URL Rewrites with Magento
- Disabling Magento modules
- Magento 1.4 cronjobs
- Changing the ordernumber in Magento
- Video: Remove Estimate Shipping and Tax block in Magento
- Unable to login into the Magento backend
- Video: Delete Orders in Magento by Boutique Circus
- Video: Magento Enterprise 1.6 to 1.7 upgrade
- Magento categories and products are not showing
- Video: Magento setup of MultiSafepay
- Video: Speed Up Magento with mod_deflate
- Renaming the Magento database table prefix
- Compressing Magento output
- Magento backup through phpMyAdmin
- Video: Magento extension install using SSH terminal
- Video: Create menu item in navigation bar Magento
- Magento Site Performance Optimization
- Disable admin notification popup
- MySQL server has gone away
- client denied by server configuration: app/etc/local.xml
