rokko11/mage-mirror

A repository just with original Magento-sources

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento-module

1.9.0.1 2014-08-26 15:29 UTC

README

This Project provides a Mirror of most common Magento-Versions for easy installation via composer or modman.

Installation via modman

Simply run modman clone https://github.com/Rokko11/mage-mirror.git

Installation via composer

Create a composer.json like this and run 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"
    }
}