File tree Expand file tree Collapse file tree 5 files changed +22
-13
lines changed Expand file tree Collapse file tree 5 files changed +22
-13
lines changed Original file line number Diff line number Diff line change @@ -63,16 +63,13 @@ manually taking other steps (see `Common Post-Deployment Tasks`_).
63
63
Using Platforms as a Service
64
64
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
65
65
66
- Using a Platform as a Service (PAAS ) can be a great way to deploy your Symfony app
67
- quickly and easily. There are many PAAS - below are a few that work well with Symfony:
66
+ Using a Platform as a Service (PaaS ) can be a great way to deploy your Symfony app
67
+ quickly and easily. There are many PaaS - below are a few that work well with Symfony:
68
68
69
- .. toctree ::
70
- :maxdepth: 1
71
-
72
- deployment/heroku
73
- deployment/platformsh
74
- deployment/azure-website
75
- deployment/fortrabbit
69
+ * `Heroku `_
70
+ * `Platform.sh `_
71
+ * `Azure `_
72
+ * `fortrabbit `_
76
73
77
74
Using Build Scripts and other Tools
78
75
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -257,3 +254,7 @@ Learn More
257
254
.. _`Symfony plugin` : https://github.com/capistrano/symfony/
258
255
.. _`Deployer` : http://deployer.org/
259
256
.. _`Git Tagging` : https://git-scm.com/book/en/v2/Git-Basics-Tagging
257
+ .. _`Heroku` : https://devcenter.heroku.com/articles/getting-started-with-symfony
258
+ .. _`platform.sh` : https://docs.platform.sh/frameworks/symfony.html
259
+ .. _`Azure` : https://azure.microsoft.com/en-us/develop/php/
260
+ .. _`fortrabbit` : https://help.fortrabbit.com/install-symfony-3-uni
Original file line number Diff line number Diff line change
1
+ :orphan:
2
+
1
3
.. index ::
2
4
single: Deployment; Deploying to Microsoft Azure Website Cloud
3
5
4
- Deploying to Microsoft Azure Website Cloud
5
- ==========================================
6
+ Deploying to Microsoft Azure
7
+ ============================
6
8
7
9
If you want information about deploying to Azure, see their official documentation:
8
10
`Create your PHP web application on Azure `_
Original file line number Diff line number Diff line change
1
+ :orphan:
2
+
1
3
.. index ::
2
4
single: Deployment; Deploying to fortrabbit.com
3
5
Original file line number Diff line number Diff line change
1
+ :orphan:
2
+
1
3
.. index ::
2
4
single: Deployment; Deploying to Heroku Cloud
3
5
4
- Deploying to Heroku Cloud
5
- =========================
6
+ Deploying to Heroku
7
+ ===================
6
8
7
9
To deploy to Heroku, see their official documentation:
8
10
`Getting Started with Symfony on Heroku `_.
Original file line number Diff line number Diff line change
1
+ :orphan:
2
+
1
3
.. index ::
2
4
single: Deployment; Deploying to Platform.sh
3
5
You can’t perform that action at this time.
0 commit comments