@@ -77,13 +77,15 @@ Using Build Scripts and other Tools
7777There are also tools to help ease the pain of deployment. Some of them have been
7878specifically tailored to the requirements of Symfony.
7979
80- `Capistrano `_ with `Symfony plugin `_
81- `Capistrano `_ is a remote server automation and deployment tool written in Ruby.
82- `Symfony plugin `_ is a plugin to ease Symfony related tasks, inspired by `Capifony `_
83- (which works only with Capistrano 2).
80+ `EasyDeployBundle `_
81+ A Symfony bundle that adds easy deploy tools to your application.
8482
85- `sf2debpkg `_
86- Helps you build a native Debian package for your Symfony project.
83+ `Deployer `_
84+ This is another native PHP rewrite of Capistrano, with some ready recipes for
85+ Symfony.
86+
87+ `Ansistrano `_
88+ An Ansible role that allows you to configure a powerful deploy via YAML files.
8789
8890`Magallanes `_
8991 This Capistrano-like deployment tool is built in PHP, and may be easier
@@ -93,13 +95,14 @@ specifically tailored to the requirements of Symfony.
9395 This Python-based library provides a basic suite of operations for executing
9496 local or remote shell commands and uploading/downloading files.
9597
96- `Deployer `_
97- This is another native PHP rewrite of Capistrano, with some ready recipes for
98- Symfony.
98+ `Capistrano `_ with `Symfony plugin `_
99+ `Capistrano `_ is a remote server automation and deployment tool written in Ruby.
100+ `Symfony plugin `_ is a plugin to ease Symfony related tasks, inspired by `Capifony `_
101+ (which works only with Capistrano 2).
102+
103+ `sf2debpkg `_
104+ Helps you build a native Debian package for your Symfony project.
99105
100- Bundles
101- There are some `bundles that add deployment features `_ directly into your
102- Symfony console.
103106
104107Basic scripting
105108 You can of course use shell, `Ant `_ or any other build tool to script
@@ -246,9 +249,9 @@ Learn More
246249.. _`Capistrano` : http://capistranorb.com/
247250.. _`sf2debpkg` : https://github.com/liip/sf2debpkg
248251.. _`Fabric` : http://www.fabfile.org/
252+ .. _`Ansistrano` : https://ansistrano.com/
249253.. _`Magallanes` : https://github.com/andres-montanez/Magallanes
250254.. _`Ant` : http://blog.sznapka.pl/deploying-symfony2-applications-with-ant
251- .. _`bundles that add deployment features` : https://github.com/search?utf8=✓&q=topic%3Asymfony-bundle+topic%3Adeploy&type=Repositories&ref=searchresults
252255.. _`Memcached` : http://memcached.org/
253256.. _`Redis` : http://redis.io/
254257.. _`Symfony plugin` : https://github.com/capistrano/symfony/
@@ -258,3 +261,4 @@ Learn More
258261.. _`platform.sh` : https://docs.platform.sh/frameworks/symfony.html
259262.. _`Azure` : https://azure.microsoft.com/en-us/develop/php/
260263.. _`fortrabbit` : https://help.fortrabbit.com/install-symfony
264+ .. _`EasyDeployBundle` : https://github.com/EasyCorp/easy-deploy-bundle
0 commit comments