rokko11 / mage-mirror
仅包含原始Magento源的仓库
1.9.0.1
2014-08-26 15:29 UTC
Requires
README
本项目提供常用Magento版本的镜像,方便通过composer或modman进行安装。
通过modman安装
只需运行modman clone https://github.com/Rokko11/mage-mirror.git
通过composer安装
创建一个如下的composer.json
文件,然后运行composer update
{
"require": {
"rokko11/mage-mirror": "1.9.0.1"
},
"repositories": [
{
"type": "vcs",
"url": "git://github.com/Rokko11/mage-mirror.git"
}
],
"extra": {
"magento-root-dir": "./html",
"magento-deploystrategy": "copy",
"magento-force": "true"
}
}