|
3 | 3 |
|
4 | 4 | .. _how-to-deploy-a-symfony2-application:
|
5 | 5 |
|
6 |
| -Deployment |
7 |
| -========== |
| 6 | +How to Deploy a Symfony Application |
| 7 | +=================================== |
8 | 8 |
|
9 | 9 | Deploying a Symfony application can be a complex and varied task depending on
|
10 | 10 | the setup and the requirements of your application. This article is not a step-
|
@@ -59,6 +59,16 @@ control system.
|
59 | 59 | This makes updating your files *easier*, but you still need to worry about
|
60 | 60 | manually taking other steps (see `Common Post-Deployment Tasks`_).
|
61 | 61 |
|
| 62 | +Using Platforms as a Service |
| 63 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 64 | + |
| 65 | +The specific deployment steps vary greatly from one service provider to another, |
| 66 | +so check out the dedicated article for the service of your choose: |
| 67 | + |
| 68 | +* :doc:`Microsoft Azure </deployment/azure-website>` |
| 69 | +* :doc:`Heroku </deployment/heroku>` |
| 70 | +* :doc:`Platform.sh </deployment/platformsh>` |
| 71 | + |
62 | 72 | Using Build Scripts and other Tools
|
63 | 73 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
64 | 74 |
|
@@ -93,14 +103,6 @@ Basic scripting
|
93 | 103 | You can of course use shell, `Ant`_ or any other build tool to script
|
94 | 104 | the deploying of your project.
|
95 | 105 |
|
96 |
| -Platform as a Service Providers |
97 |
| - This guide includes detailed articles for some of the most well-known |
98 |
| - Platform as a Service (PaaS) providers: |
99 |
| - |
100 |
| - * :doc:`Microsoft Azure </deployment/azure-website>` |
101 |
| - * :doc:`Heroku </deployment/heroku>` |
102 |
| - * :doc:`Platform.sh </deployment/platformsh>` |
103 |
| - |
104 | 106 | Common Post-Deployment Tasks
|
105 | 107 | ----------------------------
|
106 | 108 |
|
|
0 commit comments