2017 © Pedro Peláez
 

composer-plugin magento-core-installer

Magento Core installation via Composer

image

luka/magento-core-installer

Magento Core installation via Composer

  • Monday, June 20, 2016
  • by tux-rampage
  • Repository
  • 7 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Magento Core Installer

This composer plugin allows to install magento core as downloaded from http://www.magento.com/ All you need to do is adding a composer.json to the zip and add a repository (e.g. artifact, satis, etc ...)., (*1)

Example composer.json for magento core packages

{
    "name" : "magento/core",
    "version": "1.8.1.0",
    "description" : "Magento Core",
    "type" : "magento-core",
    "license" : "OSL-3.0",
    "keywords" : [
        "magento"
    ],
    "require" : {
        "luka/magento-core-installer": "~1"
    }
}

Usage for installing the magento instance

{
    "name" : "acme/my-magento-inst",
    "description" : "My Custom Magento Instance",
    "require" : {
        "magento/core": "1.9.*"
    },
    "extra": {
        "magento-root-dir": "public/",
        "magento-separate-writable": true,
        "magento-writable-dir": "writable/",
        "magento-deploystrategy": "copy"
    }
}

Extras

  • magento-root-dir [string]: Magento installation target path (document root)
  • magento-separate-writable [bool]: Should use separate writable folder for var and media directories
  • magento-writable-dir [string]: The directory where to find the var and media directory (symlink target).

The Versions

20/06 2016

dev-master

9999999-dev

Magento Core installation via Composer

  Sources   Download

MIT

The Requires

 

by Zvonimir Buric

composer-installer magento

20/06 2016

1.0.6

1.0.6.0

Magento Core installation via Composer

  Sources   Download

MIT

The Requires

 

by Zvonimir Buric

composer-installer magento

23/09 2014

1.0.5

1.0.5.0

Magento Core installation via Composer

  Sources   Download

MIT

The Requires

 

by Zvonimir Buric

composer-installer magento

10/06 2014

1.0.4

1.0.4.0

Magento Core installation via Composer

  Sources   Download

MIT

The Requires

 

by Zvonimir Buric

composer-installer magento

23/05 2014

1.0.3

1.0.3.0

Magento Core installation via Composer

  Sources   Download

MIT

The Requires

  • composer-plugin-api 1.0.0

 

by Zvonimir Buric

composer-installer magento

13/05 2014

1.0.2

1.0.2.0

Magento Core installation via Composer

  Sources   Download

MIT

The Requires

 

by Zvonimir Buric

composer-installer magento

13/05 2014

1.0.1

1.0.1.0

Magento Core installation via Composer

  Sources   Download

MIT

The Requires

 

by Zvonimir Buric

composer-installer magento

09/05 2014

1.0.0

1.0.0.0

Magento Core installation via Composer

  Sources   Download

MIT

The Requires

 

by Zvonimir Buric

composer-installer magento