@@ -43,36 +43,39 @@ The Tools
43
43
44
44
`Capifony `_:
45
45
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.
47
47
48
48
`Magallanes `_:
49
49
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.
51
51
52
52
`sf2debpkg `_:
53
53
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.
55
55
56
56
Bundles:
57
57
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.
59
59
60
60
Basic scripting:
61
61
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.
63
63
64
- Deployment services :
64
+ Platform as a Service Providers :
65
65
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 `_.
67
69
68
70
69
71
.. tip ::
70
72
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 .
72
74
73
75
.. _`Capifony` : https://capifony.org/
74
76
.. _`sf2debpkg` : https://github.com/liip/sf2debpkg
75
77
.. _`Ant` : http://blog.sznapka.pl/deploying-symfony2-applications-with-ant
76
78
.. _`PagodaBox` : https://github.com/jmather/pagoda-symfony-sonata-distribution/blob/master/Boxfile
77
79
.. _`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