Skip to content

Commit 5540e0b

Browse files
committed
feature #3963 [cookbook] [deployment] added cookbook showing how to deploy to the Microsoft Azure Website Cloud (hhamon)
This PR was merged into the 2.3 branch. Discussion ---------- [cookbook] [deployment] added cookbook showing how to deploy to the Microsoft Azure Website Cloud The SensioLabs & Microsoft Azure staff recently collaborated to write this tutorial together to promote the Azure Website cloud platform. This tutorial is a step by step guide describing how to deploy a Symfony Standard Edition to Azure. This tutorial has been written by the following team: Hugo Hamon – Head of training – SensioLabs Thomas Conté – Technical Evangelist – Microsoft Benjamin Moulès – Technical Evangelist - Microsoft In the near future, the goal is also to expand the Deployment section of the Cookbooks to other famous hosting providers. Commits ------- d1d7c45 [cookbook] [deployment] added cookbook showing how to deploy to the Microsoft Azure Website Cloud
2 parents aeffd12 + d1d7c45 commit 5540e0b

24 files changed

+521
-4
lines changed

cookbook/deployment/azure-website.rst

Lines changed: 507 additions & 0 deletions
Large diffs are not rendered by default.

cookbook/deployment/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Deployment
2+
==========
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
tools
8+
azure-website

cookbook/deployment-tools.rst renamed to cookbook/deployment/tools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. index::
2-
single: Deployment
2+
single: Deployment; Deployment tools
33

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

77
.. note::

cookbook/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Cookbook
1111
console/index
1212
controller/index
1313
debugging
14-
deployment-tools
14+
deployment/index
1515
doctrine/index
1616
email/index
1717
event_dispatcher/index

cookbook/map.rst.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949

5050
* **Deployment**
5151

52-
* :doc:`/cookbook/deployment-tools`
52+
* :doc:`/cookbook/deployment/tools`
53+
* :doc:`/cookbook/deployment/azure-website`
5354

5455
* :doc:`/cookbook/doctrine/index`
5556

Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

redirection_map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/cookbook/deployment-tools /cookbook/deployment/tools
12
/cookbook/doctrine/migrations /bundles/DoctrineFixturesBundle/index
23
/cookbook/doctrine/doctrine_fixtures /bundles/DoctrineFixturesBundle/index
34
/cookbook/doctrine/mongodb /bundles/DoctrineMongoDBBundle/index

0 commit comments

Comments
 (0)