-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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`_ | ||
(works only with Capistrano 2 ) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. | ||
|
@@ -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/ |
There was a problem hiding this comment.
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...There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry :)