Merge pull request #507 from ylynfatt/add-deployer-to-deployment-section

Add Deployer to Deployment section
This commit is contained in:
Phil Sturgeon
2014-12-30 09:21:00 -05:00

View File

@@ -44,6 +44,8 @@ developers interested in Capistrano.
[Chef] is more than a deployment framework, it is a very powerful Ruby based system integration framework that doesn't [Chef] is more than a deployment framework, it is a very powerful Ruby based system integration framework that doesn't
just deploy your app but can build your whole server environment or virtual boxes. just deploy your app but can build your whole server environment or virtual boxes.
[Deployer] is a deployment tool written in PHP, it's simple and functional. Deploy your code to all servers you want, it supports deploy via copy, or via VCS (like git), or via rsync. Run your tasks on all your servers, or use our recipes of common tasks for Symfony, Laravel, Zend Framework and Yii.
#### Chef resources for PHP developers: #### Chef resources for PHP developers:
* [Three part blog series about deploying a LAMP application with Chef, Vagrant, and EC2][chef_vagrant_and_ec2] * [Three part blog series about deploying a LAMP application with Chef, Vagrant, and EC2][chef_vagrant_and_ec2]
@@ -88,4 +90,5 @@ PHP.
[Travis CI]: https://travis-ci.org/ [Travis CI]: https://travis-ci.org/
[Jenkins]: http://jenkins-ci.org/ [Jenkins]: http://jenkins-ci.org/
[PHPCI]: http://www.phptesting.org/ [PHPCI]: http://www.phptesting.org/
[Teamcity]: http://www.jetbrains.com/teamcity/ [Teamcity]: http://www.jetbrains.com/teamcity/
[Deployer]: http://deployer.in/