Skip to content

Commit

Permalink
MAGETWO-46263: Create sample module inside installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko committed Dec 15, 2015
1 parent ac208c4 commit 17795aa
Show file tree
Hide file tree
Showing 7 changed files with 914 additions and 96 deletions.
437 changes: 437 additions & 0 deletions sample-ee-bundle-all/LICENSE_EE.txt

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions sample-ee-bundle-all/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Synopsis

This is a meta package that pulls in all the sample Magento 2 EE modules from [packages.magento.com](http://packages.magento.com/)

## Installation

To use these samples you will first need to [install Magento 2 EE](http://devdocs.magento.com/guides/v1.0/install-gde/bk-install-guide.html).

Update the root composer.json for Magento 2 to add a dependency on this package.

This can be done by adding the following to the 'require' section.

"magento/sample-ee-bundle-all": "*"

Ensure you have the package.magento.com added as a repository in your composer.json and then run `composer update` to have composer download the sample modules.

Once installed, run the Magento 2 setup application and enable each of the installed modules.
12 changes: 12 additions & 0 deletions sample-ee-bundle-all/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "magento/sample-ee-bundle-all",
"description": "A package that pulls in all Magento 2 EE sample modules",
"type": "metapackage",
"version": "1.0.0",
"license": [
"proprietary"
],
"require": {
"magento/sample-module-sample-message-queue": "~1.0"
}
}
48 changes: 0 additions & 48 deletions sample-module-sample-message-queue/LICENSE.txt

This file was deleted.

Loading

0 comments on commit 17795aa

Please sign in to comment.