simple-magento-vagrant
simple-magento-vagrant copied to clipboard
magento from git
Maybe you could add an option to pull magento from git instead of downloading it? That would give the option to checkout older versions of magento with ease.
https://github.com/OpenMage/magento-mirror
+1
+1
+1
+1
I don't get your point, why not simply use n98 to install your version? eg
n98-magerun.phar install --magentoVersionByName=magento-ce-1.7.0.2 --installationFolder=/var/www/ce-170 --dbHost=localhost --dbUser=root --dbPass=root --dbName=ce_170 --installSampleData=yes --useDefaultConfigParams=yes --baseUrl=http://ce-170.dev/ --replaceHtaccessFile=no
You are making this more complicated then needed...
+1