docs/recipe/magento.md
require 'recipe/magento.php';
Deployer is a free and open source deployment tool written in PHP. It helps you to deploy your Magento application to a server. It is very easy to use and has a lot of features.
Three main features of Deployer are:
Additionally, Deployer has a lot of other features, like:
You can read more about Deployer in Getting Started.
The deploy task of Magento consists of:
The magento recipe is based on the common recipe.
Overrides shared_dirs from recipe/deploy/shared.php.
Magento Configuration Magento shared dirs
['var', 'media']
Overrides shared_files from recipe/deploy/shared.php.
Magento shared files
['app/etc/local.xml']
Overrides writable_dirs from recipe/deploy/writable.php.
Magento writable dirs
['var', 'media']
Clears cache.
Clear cache
Remove files that can be used to compromise Magento
Deploys your project.
Main task
This task is group task which contains next tasks: