docs/recipe/flow_framework.md
require 'recipe/flow_framework.php';
Deployer is a free and open source deployment tool written in PHP. It helps you to deploy your Flow Framework 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 Flow Framework consists of:
The flow_framework recipe is based on the common recipe.
Flow-Framework application-context
'Production'
Flow-Framework cli-command
'flow'
Overrides shared_dirs from recipe/deploy/shared.php.
Flow-Framework shared directories
[
'Data/Persistent',
'Data/Logs',
'Configuration/{{flow_context}}',
]
Applies database migrations.
Apply database migrations
Publishes resources.
Publish resources
Deploys your project.
Main task
This task is group task which contains next tasks: