About 233 results
Open links in new tab
  1. 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.

  2. 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.

  3. 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 …

  4. 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.

  5. 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).

  6. 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.

  7. 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 …

  8. 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

  9. 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:

  10. 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).