Created
May 5, 2012 20:18
-
-
Save dannymcc/2605327 to your computer and use it in GitHub Desktop.
Magento 1.5 to 1.6
This file contains hidden or 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
rm -rf /var/cache session | |
./mage mage-setup . | |
./mage config-set preferred_state stable | |
./mage list-installed | |
./mage list-upgrades | |
./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force | |
./shell php indexer.php reindexall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment