Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanChepurnyi committed Feb 25, 2016
2 parents 797faa8 + 36f2924 commit e888a50
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,17 @@ Installation

The only supported way of installing an extension, is using it as a composer dependency.

1. Add extension and firegento repositories in composer

"repositories": [
{
"type": "composer",
"url": "http://packages.firegento.com"
},
{
"type": "vcs",
"url": "git@github.com:EcomDev/EcomDev_LayoutCompiler.git"
}
]

2. Add extension as a requirement (currently in develop stability)
1. Add extension as a requirement

"require": {
"ecomdev/layout-compiler": "dev-develop"
"ecomdev/layout-compiler": "^1.0"
}

3. Run `composer install`
2. Run `composer install`

4. Clean Magento Cache
3. Clean Magento Cache

5. Enable LayoutCompiler for a particular store view or the whole Magneto instance:
4. Enable LayoutCompiler for a particular store view or the whole Magneto instance:

* **Admin Panel** `System -> Configuration -> Developer -> Template Settings -> EcomDev LayoutCompiler -> Yes`
* **N98-Magerun** `n98-magerun config:set dev/template/ecomdev_layoutcompiler 1`
Expand Down

0 comments on commit e888a50

Please sign in to comment.