Skip to content

Commit a871012

Browse files
jmatherweaverryan
authored andcommitted
More updates to the text -- cleaning it up a bit more.
1 parent 700710b commit a871012

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

cookbook/deployment-tools.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,36 +43,39 @@ The Tools
4343

4444
`Capifony`_:
4545

46-
This tool is a deployment recipe on top of Capistrano for Symfony2 project
46+
This tool provides a specialized set of tools on top of Capistrano, tailored specifically to symfony and Symfony2 projects.
4747

4848
`Magallanes`_:
4949

50-
This tool is probably the one top php deployment tool Capistrano-like for deploying any kind of php project
50+
This Capistrano-like deployment tool is built in PHP, and may be easier for PHP developers to extend for their needs.
5151

5252
`sf2debpkg`_:
5353

54-
This tool helps you build a native Debian package for your symfony project
54+
This tool helps you build a native Debian package for your Symfony2 project.
5555

5656
Bundles:
5757

58-
There are `listings`_ of bundles for deployment you can search and use
58+
There are many `bundles that add deployment features`_ directly into your Symfony2 console.
5959

6060
Basic scripting:
6161

62-
You can of course use shell, `Ant`_, or other build tool to script the deploying of your project
62+
You can of course use shell, `Ant`_, or any other build tool to script the deploying of your project.
6363

64-
Deployment services:
64+
Platform as a Service Providers:
6565

66-
Some services require a single file in project's git repository like `PagodaBox`_ to handle all deployment
66+
PaaS is a relatively new way to deploy your application. Typically a PaaS will use a single configuration file
67+
in your project's root directory to detrmine how to build an environment on the fly that supports your software.
68+
One provider with confirmed Symfony2 support is `PagodaBox`_.
6769

6870

6971
.. tip::
7072

71-
Consult your symfony community at IRC channel #symfony for more fresh ideas or common problems.
73+
Looking for more? Talk to the community on the `Symfony IRC channel`_ #symfony (on freenode) for more information.
7274

7375
.. _`Capifony`: https://capifony.org/
7476
.. _`sf2debpkg`: https://github.com/liip/sf2debpkg
7577
.. _`Ant`: http://blog.sznapka.pl/deploying-symfony2-applications-with-ant
7678
.. _`PagodaBox`: https://github.com/jmather/pagoda-symfony-sonata-distribution/blob/master/Boxfile
7779
.. _`Magallanes`: https://github.com/andres-montanez/Magallanes
78-
.. _`listings`: http://knpbundles.com/search?q=deploy
80+
.. _`bundles that add deployment features`: http://knpbundles.com/search?q=deploy
81+
.. _`Symfony IRC channel`: http://webchat.freenode.net/?channels=symfony

0 commit comments

Comments
 (0)