Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc7ebd2c

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/symfonySince 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 parentsfc9dd41 +8f3ec0c commitc7ebd2c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎cookbook/deployment/tools.rst‎

Lines changed: 6 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp