Skip to content

Commit c7ebd2c

Browse files
committed
feature #5533 Replace Capifony with Capistrano/symfony (mojzis)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5533). Discussion ---------- Replace Capifony with Capistrano/symfony Since Capifony only works with Capistrano 2 (https://github.com/everzet/capifony/blob/master/README.md) and Capistrano 3 is the current version, its probably better to advice using the newer alternative. Commits ------- 8f3ec0c Replace Capifony with Capistrano/symfony
2 parents fc9dd41 + 8f3ec0c commit c7ebd2c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

cookbook/deployment/tools.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ Using Build Scripts and other Tools
6666
There are also tools to help ease the pain of deployment. Some of them have been
6767
specifically tailored to the requirements of Symfony.
6868

69-
`Capifony`_
70-
This Ruby-based tool provides a specialized set of tools on top of
71-
`Capistrano`_, tailored specifically to Symfony projects.
69+
`Capistrano`_ with `Symfony plugin`_
70+
`Capistrano`_ is a remote server automation and deployment tool written in Ruby.
71+
`Symfony plugin`_ is a plugin to ease Symfony related tasks, inspired by `Capifony`_
72+
(which works only with Capistrano 2 )
7273

7374
`sf2debpkg`_
7475
Helps you build a native Debian package for your Symfony project.
@@ -198,3 +199,5 @@ other potential things like pushing assets to a CDN (see `Common Post-Deployment
198199
.. _`bundles that add deployment features`: http://knpbundles.com/search?q=deploy
199200
.. _`Memcached`: http://memcached.org/
200201
.. _`Redis`: http://redis.io/
202+
.. _`Symfony plugin`: https://github.com/capistrano/symfony/
203+

0 commit comments

Comments
 (0)