All installer scripts are intended to be ran from {magentoInstallationDir}/shell/install/
##MS-DOS
- Alekseon_ModulesConflictDetector.cmd
- Aoe_Scheduler.cmd
- BL_CustomGrid.cmd
- Creare_CreareSeoCore.cmd
- FirstScribe_Core.cmd
- FirstScribe_Directory.cmd
- FirstScribe_DTM.cmd
- GaugeInteractive_OutdatedBrowser.cmd
- Inchoo_PHP7
- Inchoo_UrlRewriteImporter.cmd
- Mgt_Akismet.cmd
- OnePica_AvaTax
- RobbieAverill_AttributeFix.cmd
- Ultimate_ModuleCreator.cmd
##Unix
Hello,
Your gist is very interesting, it permit me to found some new interesting modules ;). Thank you.
One question, why you did not use composer (www.getcomposer.org) to do the install of your modules ?
Like this :
{ "minimum-stability": "dev", "require": { "aoepeople/composer-installers": "0.0.*", "colinmollenhour/modman": "1.*", "avstudnitz/scopehint": "^0.6.0", "aoepeople/aoe_scheduler": "^1.5" }, "require-dev": { "fbrnc/aoe_templatehints": "*", "madalinoprea/magneto-debug": "*" }, "repositories": [ { "type": "composer", "url": "https://packages.firegento.com" }, { "type": "vcs", "url": "https://github.com/AOEpeople/composer-installers.git" } ] }