Skip to content

Commit

Permalink
feature #3963 [cookbook] [deployment] added cookbook showing how to d…
Browse files Browse the repository at this point in the history
…eploy 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
  • Loading branch information
weaverryan committed Jun 22, 2014
2 parents aeffd12 + d1d7c45 commit 5540e0b
Show file tree
Hide file tree
Showing 24 changed files with 521 additions and 4 deletions.
507 changes: 507 additions & 0 deletions cookbook/deployment/azure-website.rst

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions cookbook/deployment/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Deployment
==========

.. toctree::
:maxdepth: 2

tools
azure-website
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. index::
single: Deployment
single: Deployment; Deployment tools

How to deploy a Symfony2 application
How to Deploy a Symfony2 Application
====================================

.. note::
Expand Down
2 changes: 1 addition & 1 deletion cookbook/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Cookbook
console/index
controller/index
debugging
deployment-tools
deployment/index
doctrine/index
email/index
event_dispatcher/index
Expand Down
3 changes: 2 additions & 1 deletion cookbook/map.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@

* **Deployment**

* :doc:`/cookbook/deployment-tools`
* :doc:`/cookbook/deployment/tools`
* :doc:`/cookbook/deployment/azure-website`

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

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions redirection_map
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/cookbook/deployment-tools /cookbook/deployment/tools
/cookbook/doctrine/migrations /bundles/DoctrineFixturesBundle/index
/cookbook/doctrine/doctrine_fixtures /bundles/DoctrineFixturesBundle/index
/cookbook/doctrine/mongodb /bundles/DoctrineMongoDBBundle/index
Expand Down

0 comments on commit 5540e0b

Please sign in to comment.