【发布时间】:2015-12-08 05:22:45
【问题描述】:
如何在不使用 /downloader UI 的情况下将 Connect 2.0 扩展安装到本地开发盒?如何在部署例程中编写脚本?
【问题讨论】:
如何在不使用 /downloader UI 的情况下将 Connect 2.0 扩展安装到本地开发盒?如何在部署例程中编写脚本?
【问题讨论】:
rm -rf var/cache var/session
chmod 550 ./mage
./mage mage-setup .
./mage config-set preferred_state stable
/*This link you get from Magento Connect*/
./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force
【讨论】:
只是
rm -rf var/cache var/session
chmod 550 ./mage
./mage mage-setup .
./mage config-set preferred_state stable
/*This link you get from Magento Connect*/
./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force
【讨论】: