如何使用modman在github中管理模块?
我正在尝试使用modman(https://github.com/colinmollenhour/modman)在github中管理我的扩展程序。 首先,我尝试将MagePsycho_Someext扩展名添加为演示。 到目前为止,我已经完成了以下步骤 /var/www/magento-dir/ -> My Magento Installation Dir /var/www/MagePsycho_Extensions/ --> Git Repository Dir cd /var/www/MagePsycho_Extensions/ git clone git@github.com:magepsycho/Someext.git touch modman git commit -am 'Modman file added' git push origin master cd /var/www/magento-dir/ modman init modman clone git@github.com:magepsycho/Someext.git 使用以下文件在/ var / www / magento-dir中开发了扩展名'MagePsycho_Someext' app / etc / modules / …