1
1
.. index ::
2
2
single: Deployment Tools
3
3
4
- How to deploy a symfony2 application
4
+ How to deploy a Symfony2 application
5
5
====================================
6
6
7
- There are several ways you can deploy a symfony2 application:
7
+ There are several ways you can deploy a Symfony2 application:
8
8
9
9
* One way is moving the files manually or via ftp if you don't use versioning
10
10
(e.g. git);
@@ -26,7 +26,7 @@ There are several ways you can deploy a symfony2 application:
26
26
* Do remember that deployment process includes all the setup and configuring, warming up caches,
27
27
cleaning cache, all configuration environment required, setting of permissions, run of
28
28
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.
30
30
31
31
Deployment of large applications require care. The use of staging, testing, QA,
32
32
continuous integration, database migrations and capability to roll back in case of failure
@@ -38,7 +38,7 @@ The Tools
38
38
39
39
`Capifony `_:
40
40
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
42
42
43
43
`Magallanes `_:
44
44
@@ -63,11 +63,11 @@ Deployment services:
63
63
64
64
.. tip ::
65
65
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.
67
67
68
68
.. _`Capifony` : https://capifony.org/
69
69
.. _`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
71
71
.. _`pagodabox` : https://github.com/jmather/pagoda-symfony-sonata-distribution/blob/master/Boxfile
72
72
.. _`Magallanes` : https://github.com/andres-montanez/Magallanes
73
73
.. _`listings` : http://knpbundles.com/search?q=deploy
0 commit comments