dev-master
9999999-devDeployment Tool
MIT
The Requires
- php >=5.4.0
- elfet/pure ~1.1
- symfony/finder ~2.6
- symfony/console ~2.6
- symfony/process ~2.6
- kherge/amend ~3.0
- phpseclib/phpseclib dev-master
The Development Requires
by Luciano Junior
Wallogit.com
2017 © Pedro Peláez
Deployment Tool
Deployer is a deployment tool written in PHP., (*3)
See http://deployer.org for more information and documentation., (*4)
That's all!, (*5)
You can install ssh2 extension to speedup deployment process and enable sockets for parallel deployment., (*6)
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 source can be found in deployphp/docs repository., (*10)
To build deployer.phar run build command., (*11)
Discuss Deployer here deployer.org/discuss. You can also ask question on StackOverflow., (*12)
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)
Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php, (*17)
Deployment Tool
MIT