2017 © Pedro Peláez
 

library symfony-azure-edition

The "Symfony Azure Edition" distribution

image

beberlei/symfony-azure-edition

The "Symfony Azure Edition" distribution

  • Saturday, April 27, 2013
  • by beberlei
  • Repository
  • 2 Watchers
  • 10 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Symfony Azure Edition

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., (*1)

You can get this application running on Windows Azure by performing the following steps:, (*2)

  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:, (*3)

    git remote add azure <someurl>
  5. Follow the documentation on deploying to Windows Azure Websites, (*4)

  6. Push the code to Windows Azure., (*5)

    git push azure master

The Versions