mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-04 21:17:29 +02:00
Remove Rocketeer
Rocketeer has been archived upstream and discontinued.
This commit is contained in:
@@ -32,8 +32,6 @@ There are many open source tools available to help you with build automation and
|
|||||||
|
|
||||||
[Ansistrano] is a couple of Ansible roles to easily manage the deployment process (deploy and rollback) for scripting applications such as PHP, Python and Ruby. It's an Ansible port for [Capistrano]. It's been used by quite a lot of PHP companies already.
|
[Ansistrano] is a couple of Ansible roles to easily manage the deployment process (deploy and rollback) for scripting applications such as PHP, Python and Ruby. It's an Ansible port for [Capistrano]. It's been used by quite a lot of PHP companies already.
|
||||||
|
|
||||||
[Rocketeer] gets its inspiration and philosophy from the Laravel framework. Its goal is to be fast, elegant and easy to use with smart defaults. It features multiple servers, multiple stages, atomic deploys and deployment can be performed in parallel. Everything in the tool can be hot swapped or extended, and everything is written in PHP.
|
|
||||||
|
|
||||||
[Deployer] is a deployment tool written in PHP. It's simple and functional. Features include running tasks in parallel, atomic deployment and keeping consistency between servers. Recipes of common tasks for Symfony, Laravel, Zend Framework and Yii are available. Younes Rafie's article [Easy Deployment of PHP Applications with Deployer][phpdeploy_deployer] is a great tutorial for deploying your application with the tool.
|
[Deployer] is a deployment tool written in PHP. It's simple and functional. Features include running tasks in parallel, atomic deployment and keeping consistency between servers. Recipes of common tasks for Symfony, Laravel, Zend Framework and Yii are available. Younes Rafie's article [Easy Deployment of PHP Applications with Deployer][phpdeploy_deployer] is a great tutorial for deploying your application with the tool.
|
||||||
|
|
||||||
[Magallanes] is another tool written in PHP with simple configuration done in YAML files. It has support for multiple servers and environments, atomic deployment, and has some built in tasks that you can leverage for common tools and frameworks.
|
[Magallanes] is another tool written in PHP with simple configuration done in YAML files. It has support for multiple servers and environments, atomic deployment, and has some built in tasks that you can leverage for common tools and frameworks.
|
||||||
@@ -100,7 +98,6 @@ PHP.
|
|||||||
[PHP Censor]: https://github.com/php-censor/php-censor
|
[PHP Censor]: https://github.com/php-censor/php-censor
|
||||||
[Teamcity]: https://www.jetbrains.com/teamcity/
|
[Teamcity]: https://www.jetbrains.com/teamcity/
|
||||||
[Deployer]: https://deployer.org/
|
[Deployer]: https://deployer.org/
|
||||||
[Rocketeer]: http://rocketeer.autopergamene.eu/
|
|
||||||
[Magallanes]: https://www.magephp.com/
|
[Magallanes]: https://www.magephp.com/
|
||||||
[deploying_php_applications]: https://deployingphpapplications.com/
|
[deploying_php_applications]: https://deployingphpapplications.com/
|
||||||
[Ansible]: https://www.ansible.com/
|
[Ansible]: https://www.ansible.com/
|
||||||
|
Reference in New Issue
Block a user