Skip to content

Replace Capifony with Capistrano/symfony #5533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions cookbook/deployment/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ Using Build Scripts and other Tools
There are also tools to help ease the pain of deployment. Some of them have been
specifically tailored to the requirements of Symfony.

`Capifony`_
This Ruby-based tool provides a specialized set of tools on top of
`Capistrano`_, tailored specifically to Symfony projects.
`Capistrano`_/`symphony`_
`Capistrano`_ is a remote server automation and deployment tool written in Ruby.
`symphony`_ is a plugin to ease symphony related tasks, inspired by `Capifony`_
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

symphony while contributing to the Symfony documentation ? not good...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry :)

(works only with Capistrano 2 )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this may be confusing IMO, as readers may think it relate to the whole paragraph rather than to Capifony

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep you're right i tried to improve it a little, i just thought its good to state it, because the website itself doesnt show it clearly ...


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