【问题标题】:How to install extensions in Magento on SSH如何在 SSH 上的 Magento 中安装扩展
【发布时间】:2015-12-08 05:22:45
【问题描述】:

如何在不使用 /downloader UI 的情况下将 Connect 2.0 扩展安装到本地开发盒?如何在部署例程中编写脚本?

【问题讨论】:

    标签: magento ssh centos


    【解决方案1】:
    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
    

    【讨论】:

      【解决方案2】:

      只是

      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
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2016-05-09
        • 1970-01-01
        • 2018-07-09
        • 2020-08-10
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多