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 MagentoTM 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 MageBridgeTM Installer. (To upgrade to the actual version you need to obtain a valid license key from our YireoTM Shop.)
./pear install magento-community/Jira_MageBridge
The following would upgrade all installed Magento extensions:
./pear upgrade-all
Tutorials on Magento administration
- Video: Speed Up Magento with mod_deflate
- Renaming the Magento database table prefix
- Unable to login into the Magento backend
- Video: Create menu item in navigation bar Magento
- Magento backup through phpMyAdmin
- Compressing Magento output
- Magento categories and products are not showing
- Video: Magento setup of MultiSafepay
- Video: Magento Enterprise 1.6 to 1.7 upgrade
- Video: Delete Any Order in Magento by Yireo
- Video: Delete Orders in Magento by Boutique Circus
- Video: Remove Estimate Shipping and Tax block in Magento
- Changing the ordernumber in Magento
- Magento 1.4 cronjobs
- Fixing URL Rewrites with Magento
- Disabling Magento modules
- Analysing logfiles with Magento
Tutorials on MageBridge administration
- Performance tuning with MageBridge
- MageBridge SEO Guide
- MageBridge scenarios
- Authentication guide for MageBridge
- Using MageBridge modules
- Step-by-step: Activating MageBridge plugins
- Upgrading Magento, Joomla! and MageBridge
- Configuring payment methods in MageBridge
- MageBridge Security Guide
- Step-by-step: Creating a MageBridge Menu-Item
- Step-by-step: Create a Magento API user
- API permissions with MageBridge
- How to use URL-suffices with MageBridge?
- Using MageBridge stores to load a different Magento theme
- Step-by-step: Adding a custom Magento block
- Managing MageBridge extensions
- Using the MageBridge Content Plugin
- Enabling SSL for MageBridge
- Prevent direct access to Magento
- Switching stores with MageBridge
- Migrating users between Joomla! and Magento
- Using MageBridge Product Connectors
- Best practices with MageBridge
- Using the MageBridgeLinks/JCE-plugin
- Moving a MageBridge site
- Importing and exporting users
- Two VirtualHosts but one domain
- Removing MageBridge
- Disabling user synchronization in MageBridge
- Questions to ask your hosting provider
- MageBridge caching
- Setting the MageBridge URLs in Magento


