@@ -78,13 +78,15 @@ Using Build Scripts and other Tools
78
78
There are also tools to help ease the pain of deployment. Some of them have been
79
79
specifically tailored to the requirements of Symfony.
80
80
81
- `Capistrano `_ with `Symfony plugin `_
82
- `Capistrano `_ is a remote server automation and deployment tool written in Ruby.
83
- `Symfony plugin `_ is a plugin to ease Symfony related tasks, inspired by `Capifony `_
84
- (which works only with Capistrano 2).
81
+ `EasyDeployBundle `_
82
+ A Symfony bundle that adds easy deploy tools to your application.
85
83
86
- `sf2debpkg `_
87
- Helps you build a native Debian package for your Symfony project.
84
+ `Deployer `_
85
+ This is another native PHP rewrite of Capistrano, with some ready recipes for
86
+ Symfony.
87
+
88
+ `Ansistrano `_
89
+ An Ansible role that allows you to configure a powerful deploy via YAML files.
88
90
89
91
`Magallanes `_
90
92
This Capistrano-like deployment tool is built in PHP, and may be easier
@@ -94,13 +96,14 @@ specifically tailored to the requirements of Symfony.
94
96
This Python-based library provides a basic suite of operations for executing
95
97
local or remote shell commands and uploading/downloading files.
96
98
97
- `Deployer `_
98
- This is another native PHP rewrite of Capistrano, with some ready recipes for
99
- Symfony.
99
+ `Capistrano `_ with `Symfony plugin `_
100
+ `Capistrano `_ is a remote server automation and deployment tool written in Ruby.
101
+ `Symfony plugin `_ is a plugin to ease Symfony related tasks, inspired by `Capifony `_
102
+ (which works only with Capistrano 2).
103
+
104
+ `sf2debpkg `_
105
+ Helps you build a native Debian package for your Symfony project.
100
106
101
- Bundles
102
- There are some `bundles that add deployment features `_ directly into your
103
- Symfony console.
104
107
105
108
Basic scripting
106
109
You can of course use shell, `Ant `_ or any other build tool to script
@@ -241,11 +244,12 @@ kernel and return your project's root directory::
241
244
.. _`Capistrano` : http://capistranorb.com/
242
245
.. _`sf2debpkg` : https://github.com/liip/sf2debpkg
243
246
.. _`Fabric` : http://www.fabfile.org/
247
+ .. _`Ansistrano` : https://ansistrano.com/
244
248
.. _`Magallanes` : https://github.com/andres-montanez/Magallanes
245
249
.. _`Ant` : http://blog.sznapka.pl/deploying-symfony2-applications-with-ant
246
- .. _`bundles that add deployment features` : https://github.com/search?utf8=✓&q=topic%3Asymfony-bundle+topic%3Adeploy&type=Repositories&ref=searchresults
247
250
.. _`Memcached` : http://memcached.org/
248
251
.. _`Redis` : http://redis.io/
249
252
.. _`Symfony plugin` : https://github.com/capistrano/symfony/
250
253
.. _`Deployer` : http://deployer.org/
251
254
.. _`Git Tagging` : https://git-scm.com/book/en/v2/Git-Basics-Tagging
255
+ .. _`EasyDeployBundle` : https://github.com/EasyCorp/easy-deploy-bundle
0 commit comments