Skip to content

Overhaul Deployment + a few other tweaks #8721

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 24, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,13 @@ manually taking other steps (see `Common Post-Deployment Tasks`_).
Using Platforms as a Service
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Using a Platform as a Service (PAAS) can be a great way to deploy your Symfony app
quickly and easily. There are many PAAS - below are a few that work well with Symfony:
Using a Platform as a Service (PaaS) can be a great way to deploy your Symfony app
quickly and easily. There are many PaaS - below are a few that work well with Symfony:

.. toctree::
:maxdepth: 1

deployment/heroku
deployment/platformsh
deployment/azure-website
deployment/fortrabbit
* `Heroku`_
* `Platform.sh`_
* `Azure`_
* `fortrabbit`_

Using Build Scripts and other Tools
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -257,3 +254,7 @@ Learn More
.. _`Symfony plugin`: https://github.com/capistrano/symfony/
.. _`Deployer`: http://deployer.org/
.. _`Git Tagging`: https://git-scm.com/book/en/v2/Git-Basics-Tagging
.. _`Heroku`: https://devcenter.heroku.com/articles/getting-started-with-symfony
.. _`platform.sh`: https://docs.platform.sh/frameworks/symfony.html
.. _`Azure`: https://azure.microsoft.com/en-us/develop/php/
.. _`fortrabbit`: https://help.fortrabbit.com/install-symfony-3-uni
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use https://help.fortrabbit.com/install-symfony
This way we are not tied to the version.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Absolutely - much nicer link :)

6 changes: 4 additions & 2 deletions deployment/azure-website.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
:orphan:

.. index::
single: Deployment; Deploying to Microsoft Azure Website Cloud

Deploying to Microsoft Azure Website Cloud
==========================================
Deploying to Microsoft Azure
============================

If you want information about deploying to Azure, see their official documentation:
`Create your PHP web application on Azure`_
Expand Down
2 changes: 2 additions & 0 deletions deployment/fortrabbit.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:orphan:

.. index::
single: Deployment; Deploying to fortrabbit.com

Expand Down
6 changes: 4 additions & 2 deletions deployment/heroku.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
:orphan:

.. index::
single: Deployment; Deploying to Heroku Cloud

Deploying to Heroku Cloud
=========================
Deploying to Heroku
===================

To deploy to Heroku, see their official documentation:
`Getting Started with Symfony on Heroku`_.
Expand Down
2 changes: 2 additions & 0 deletions deployment/platformsh.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:orphan:

.. index::
single: Deployment; Deploying to Platform.sh

Expand Down