Skip to content

Instantly share code, notes, and snippets.

View randomresult's full-sized avatar

Harry Glatz randomresult

View GitHub Profile
@randomresult
randomresult / modman.txt
Last active December 25, 2015 16:09
Installing and initialising Modman for Magento #magento
# Create a directory next to your MagentoRoot folder like this :
html/magento/
html/modman/
#protect modman-dir
echo -e "Order Allow,Deny\nDeny from All" > html/modman/.htaccess
(or simply dont place it into a accessible directory)