Skip to content

Instantly share code, notes, and snippets.

@hadifarnoud
Created March 28, 2012 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadifarnoud/2228001 to your computer and use it in GitHub Desktop.
Save hadifarnoud/2228001 to your computer and use it in GitHub Desktop.
Install Magento 1.6.x via SSH
wget http://www.magentocommerce.com/downloads/assets/1.6.2.0/magento-1.6.2.0.tar.gz && tar -zxvf magento-1.6.2.0.tar.gz && mv magento/* magento/.htaccess . && chmod -R o+w media var && chmod o+w app/etc
--2012-03-28 17:28:48-- http://www.magentocommerce.com/downloads/assets/1.6.2.0/magento-1.6.2.0.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment