Skip to content

Commit 3b180da

Browse files
cordovalweaverryan
authored andcommitted
upper cased Symfony2 and also fix #symfony2 --> #symfony
1 parent d0f2ba7 commit 3b180da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cookbook/deployment-tools.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.. index::
22
single: Deployment Tools
33

4-
How to deploy a symfony2 application
4+
How to deploy a Symfony2 application
55
====================================
66

7-
There are several ways you can deploy a symfony2 application:
7+
There are several ways you can deploy a Symfony2 application:
88

99
* One way is moving the files manually or via ftp if you don't use versioning
1010
(e.g. git);
@@ -26,7 +26,7 @@ There are several ways you can deploy a symfony2 application:
2626
* Do remember that deployment process includes all the setup and configuring, warming up caches,
2727
cleaning cache, all configuration environment required, setting of permissions, run of
2828
cron jobs, etc. All these before, during and after the deployment should be kept in
29-
mind to properly deploy a working symfony2 application.
29+
mind to properly deploy a working Symfony2 application.
3030

3131
Deployment of large applications require care. The use of staging, testing, QA,
3232
continuous integration, database migrations and capability to roll back in case of failure
@@ -38,7 +38,7 @@ The Tools
3838

3939
`Capifony`_:
4040

41-
This tool is a deployment recipe on top of capistrano for symfony2 project
41+
This tool is a deployment recipe on top of capistrano for Symfony2 project
4242

4343
`Magallanes`_:
4444

@@ -63,11 +63,11 @@ Deployment services:
6363

6464
.. tip::
6565

66-
Consult your symfony community at IRC channel #symfony2 for more fresh ideas or common problems.
66+
Consult your symfony community at IRC channel #symfony for more fresh ideas or common problems.
6767

6868
.. _`Capifony`: https://capifony.org/
6969
.. _`sf2debpkg`: https://github.com/liip/sf2debpkg
70-
.. _`ant`: http://blog.sznapka.pl/deploying-symfony2-applications-with-ant
70+
.. _`ant`: http://blog.sznapka.pl/deploying-Symfony2-applications-with-ant
7171
.. _`pagodabox`: https://github.com/jmather/pagoda-symfony-sonata-distribution/blob/master/Boxfile
7272
.. _`Magallanes`: https://github.com/andres-montanez/Magallanes
7373
.. _`listings`: http://knpbundles.com/search?q=deploy

0 commit comments

Comments
 (0)