Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hunslater/magento

Magento Composer Package

This repository is a package to make Magento installable via Composer.

Usage

Supposing that you've Composer installed, to install Magento you can do:

$ composer create-project webgriffe/magento my-new-project 1.7.0.2-dev

To know wich versions of Magento are available check available branches.

Magento project installer for Composer

This package comes with a Magento Installer Composer's script that installs Magento on the given database. You'll be required to insert the following installation parameters:

  • locale: e.g. en_US
  • timezone: e.g. America/Los_Angeles
  • default_currency: e.g. USD
  • db_host: e.g. localhost
  • db_name: e.g. magento
  • db_user: e.g. root, this user must be granted to create the database
  • db_pass: e.g. password
  • url: e.g. http://magento.local/, remember the trailing slash
  • admin_firstname: e.g John
  • admin_lastname: e.g Doe
  • admin_email: e.g [email protected]
  • admin_username: e.g admin
  • admin_password: e.g. password123, note that Magento requires that admin password contains letters and numbers

These parameters will be stored in var/install.yml and the installer will use them to install Magento. If something goes wrong during the installation you can relaunch it through the command composer run-script post-install-cmd.

Magento module installer for Composer

This package comes with the Magento module installer for Composer by Magento Hackathon. If you want to install an extension you have only to add it to your Composer's dependencies and then execute the command composer update vendor/my-brand-new-extension. See the relative documentation for further informations.

For any suggestions or bug report, please use GitHub's issues section. Thank you!

About

Making Magento installable via Composer.

Resources

License

OSL-3.0 and 2 other licenses found

Licenses found

OSL-3.0
LICENSE.html
OSL-3.0
LICENSE.txt
AFL-3.0
LICENSE_AFL.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published