Oxicode / deployer

A deployment tool written in PHP with support for popular frameworks out of the box

Home Page:https://deployer.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Code Quality Total Downloads Latest Stable Version License

About Deployer

SensioLabsInsight

Deployer is a deployment tool written in PHP.

See deployer.org for more information and documentation.

Support Deployer development by Becoming a patron

Requirements

  • PHP 5.5.0 and up.

That's all!

You can enable sockets to speedup deployment process with parallel deployment.

Installation

To install Deployer download deployer.phar archive and move deployer.phar to your bin directory and make it executable.

curl -LO https://deployer.org/deployer.phar
mv deployer.phar /usr/local/bin/dep
chmod +x /usr/local/bin/dep

To upgrade Deployer run command:

dep self-update

Or via composer:

composer require deployer/deployer

Documentation

Documentation source can be found in deployphp/docs repository.

Roadmap

  • Better documentation.
  • Better DX with intelligible errors.
  • Better parallel task runner based on https://github.com/icicleio/icicle
  • Task grouping for parallel execution.
  • Task combining for less ssh calls.
  • Implement dep status command with health-check of running application and deployment log.
  • More deploy strategies.
  • More integration with third-party services.
  • Web-based client.

Maintainers

See also the list of contributors who participated in this project.

Support

Deployer is an open source project. If you want to support the development of Deployer visit our patreon page.

License

Licensed under the MIT license.

About

A deployment tool written in PHP with support for popular frameworks out of the box

https://deployer.org

License:MIT License


Languages

Language:PHP 99.5%Language:Shell 0.5%