A guide for installing modules with the MAGE installer
Make the mage package executable
chmod 777 ./mage
find . -type f -exec chmod 644 {} \; | |
find . -type d -exec chmod 755 {} \; |
git update-index --assume-unchanged <file> | |
Start tracking changes again run the following command: | |
git update-index --no-assume-unchanged <file> |
error_reporting(E_ALL); | |
ini_set('display_errors', TRUE); | |
ini_set('display_startup_errors', TRUE); |
# Magento Connect 2 cache directories and files | |
downloader/pearlib/cache/ | |
downloader/*.cfg | |
# Magento runtime media files | |
media/catalog/product/cache/ | |
media/tmp/ | |
media/js/ | |
media/css/ | |
media/.thumbs/ |