Created
December 12, 2013 19:47
-
-
Save americkson/7934206 to your computer and use it in GitHub Desktop.
Magento SSH Install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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