@@ -77,13 +77,15 @@ Using Build Scripts and other Tools
77
77
There are also tools to help ease the pain of deployment. Some of them have been
78
78
specifically tailored to the requirements of Symfony.
79
79
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.
84
82
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.
87
89
88
90
`Magallanes `_
89
91
This Capistrano-like deployment tool is built in PHP, and may be easier
@@ -93,13 +95,14 @@ specifically tailored to the requirements of Symfony.
93
95
This Python-based library provides a basic suite of operations for executing
94
96
local or remote shell commands and uploading/downloading files.
95
97
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.
99
105
100
- Bundles
101
- There are some `bundles that add deployment features `_ directly into your
102
- Symfony console.
103
106
104
107
Basic scripting
105
108
You can of course use shell, `Ant `_ or any other build tool to script
@@ -246,9 +249,9 @@ Learn More
246
249
.. _`Capistrano` : http://capistranorb.com/
247
250
.. _`sf2debpkg` : https://github.com/liip/sf2debpkg
248
251
.. _`Fabric` : http://www.fabfile.org/
252
+ .. _`Ansistrano` : https://ansistrano.com/
249
253
.. _`Magallanes` : https://github.com/andres-montanez/Magallanes
250
254
.. _`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
252
255
.. _`Memcached` : http://memcached.org/
253
256
.. _`Redis` : http://redis.io/
254
257
.. _`Symfony plugin` : https://github.com/capistrano/symfony/
@@ -258,3 +261,4 @@ Learn More
258
261
.. _`platform.sh` : https://docs.platform.sh/frameworks/symfony.html
259
262
.. _`Azure` : https://azure.microsoft.com/en-us/develop/php/
260
263
.. _`fortrabbit` : https://help.fortrabbit.com/install-symfony
264
+ .. _`EasyDeployBundle` : https://github.com/EasyCorp/easy-deploy-bundle
0 commit comments