Skip to content

Instantly share code, notes, and snippets.

@americkson
Created December 12, 2013 19:47
Show Gist options
  • Save americkson/7934206 to your computer and use it in GitHub Desktop.
Save americkson/7934206 to your computer and use it in GitHub Desktop.
Magento SSH Install
Just replace the VERSION Number for the version you want.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment