
Deployer - The deployment tool for PHP | Deployer
Why Deployer? Provision Deployer will configure your server, setup a firewall, install PHP and MySQL or Postgres, configure HTTPS, etc.
Getting Started - Deployer
Deployer will ask you a few questions during provisioning: php version, database type, etc. Next, Deployer will configure our server and create the deployer user.
Getting Started | Deployer
Deployer will prompt you with a series of questions. After completing them, you'll have a deploy.php or * deploy.yaml * file—your deployment recipe. This file defines hosts, tasks, and …
Basics - Deployer
Deployer uses the selector to choose hosts. Next, it takes the given task, performs some preparation (described later), and executes the task on all selected hosts.
Getting Started - Deployer
This is documentation for Deployer 6.x, which is no longer actively maintained. For up-to-date documentation, see the latest version (8.x).
Installation | Deployer
There are two ways to install Deployer: globally or locally. Global installation is recommended for most users, as it allows you to use Deployer from any directory.
How to Deploy a Laravel Project | Deployer
Source Deployer is a free and open source deployment tool written in PHP. It helps you to deploy your Laravel application to a server. It is very easy to use and has a lot of features. Three main …
Download - Deployer
Jul 5, 2010 · curl -O https://deployer.org/releases/v7.5.12/deployer.phar mv deployer.phar /usr/local/bin/dep chmod +x /usr/local/bin/dep
CLI Usage | Deployer
Before executing tasks, Deployer needs to flatten the task tree and decide in which order it will be executing tasks on which hosts. Use the --plan option to output a table with tasks/hosts:
CI/CD - Deployer
This is documentation for Deployer 7.x, which is no longer actively maintained. For up-to-date documentation, see the latest version (8.x).