beberlei/symfony-azure-edition

The "Symfony Azure Edition" distribution

dev-master 2013-04-27 16:35 UTC

This package is auto-updated.

Last update: 2024-04-12 02:54:48 UTC


README

Welcome to the Symfony Azure Edition - a fully-functional Symfony2 application that you can use as the skeleton for your new applications running on Windows Azure Websites or Cloud Services.

You can get this application running on Windows Azure by performing the following steps:

  1. Create a Windows Azure account

  2. Create a new website using Git deployment and SQL Server database

  3. Create a Storage Account (for Table)

  4. Add the git remote data to this repository, for example:

     git remote add azure <someurl>
    
  5. Follow the documentation on deploying to Windows Azure Websites

  6. Push the code to Windows Azure.

     git push azure master