2017 © Pedro Peláez
 

library deployer

Deployment Tool

image

luciano-jr/deployer

Deployment Tool

  • Friday, April 17, 2015
  • by luciano-jr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Introduction

Build Status Code Quality Code Climate Code Coverage Version Support via Gittip, (*1)

SensioLabsInsight, (*2)

Deployer is a deployment tool written in PHP., (*3)

See http://deployer.org for more information and documentation., (*4)

Deployer 3.0 almost ready...

Requirements

  • PHP 5.4.0 and up.

That's all!, (*5)

You can install ssh2 extension to speedup deployment process and enable sockets for parallel deployment., (*6)

Installation

To install Deployer download deployer.phar archive and move deployer.phar to your bin directory and make it executable., (*7)

mv deployer.phar /usr/local/bin/dep
chmod +x /usr/local/bin/dep

To upgrade Deployer run command:, (*8)

dep self-update

Or via composer:, (*9)

composer require deployer/deployer:~3.0

Documentation

Documentation source can be found in deployphp/docs repository., (*10)

Building

To build deployer.phar run build command., (*11)

Discussing

Discuss Deployer here deployer.org/discuss. You can also ask question on StackOverflow., (*12)

Contributing

All code contributions must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code., (*13)

Fork the project, create a feature branch, and send a pull request., (*14)

To ensure a consistent code base, you should make sure the code follows the PSR-1., (*15)

If you would like to help take a look at the list of issues., (*16)

License

Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php, (*17)

The Versions