Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
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. | ||
| `Capistrano`_ with `Symfony plugin`_ | ||
| `Capistrano`_ is a remote server automation and deployment tool written in Ruby. | ||
| `Symfony plugin`_ is a plugin to ease Symfony related tasks, inspired by `Capifony`_ | ||
Contributor 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. where is the Capifony link defined? Member 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. on line 192/193 (it already existed, so the diff doesn't show it) Contributor 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. thank you@wouterj | ||
| (which works only with Capistrano 2 ) | ||
| `sf2debpkg`_ | ||
| 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 | ||
| .. _`bundles that add deployment features`: http://knpbundles.com/search?q=deploy | ||
| .. _`Memcached`: http://memcached.org/ | ||
| .. _`Redis`: http://redis.io/ | ||
| .. _`Symfony plugin`: https://github.com/capistrano/symfony/ | ||