Site5 - Built For Designers & Developers MENU
Home  ›  Scripts/Software  ›  Magento  ›  Magento: How to install Magento via SSH

Magento: How to install Magento via SSH

Comments Off on 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.

Still have a question? Or need help?
If you need technical support with your account, please email us or chat live with a representative.

Comments are closed.

Money Back Guarantees