Magento: How to install Magento via SSH
Using a SSH client, you can install Magento manually. Below we have outlined the basic steps needed to complete this process.
cd ~/public_html/ wget http://www.magentocommerce.com/downloads/assets/1.7.0.2/magento-1.7.0.2.tar.gz tar -zxvf magento-1.7.0.2.tar.gz mv magento/* magento/.htaccess . chmod -R o+w media var chmod o+w app/etc |
Optionally you can delete the download file and empty directory from the extracted files:
rm -rf magento/ magento-1.7.0.2.tar.gz |
For more Magento articles, please click here.