docs/recipe/prestashop.md
require 'recipe/prestashop.php';
Deployer is a free and open source deployment tool written in PHP. It helps you to deploy your Prestashop 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 Prestashop consists of:
The prestashop recipe is based on the common recipe.
Overrides shared_files from recipe/deploy/shared.php.
[
'config/settings.inc.php',
'.htaccess',
]
Overrides shared_dirs from recipe/deploy/shared.php.
[
'img',
'log',
'download',
'upload',
'translations',
'mails',
'themes/default-bootstrap/lang',
'themes/default-bootstrap/mails',
'themes/default-bootstrap/pdf/lang',
]
Overrides writable_dirs from recipe/deploy/writable.php.
[
'img',
'log',
'cache',
'download',
'upload',
'translations',
'mails',
'themes/default-bootstrap/lang',
'themes/default-bootstrap/mails',
'themes/default-bootstrap/pdf/lang',
'themes/default-bootstrap/cache',
]