beberlei / symfony-azure-edition
The "Symfony Azure Edition" distribution
dev-master
2013-04-27 16:35 UTC
Requires
- php: >=5.3.3
- beberlei/azure-distribution-bundle: dev-master
- doctrine/doctrine-bundle: 1.1.*
- doctrine/key-value-store: dev-master
- doctrine/orm: >=2.2.3,<2.4-dev
- jms/di-extra-bundle: 1.1.*
- jms/security-extra-bundle: 1.2.*
- kriswallsmith/assetic: 1.1.*@dev
- microsoft/windowsazure: dev-master
- sensio/distribution-bundle: 2.1.*
- sensio/framework-extra-bundle: 2.1.*
- sensio/generator-bundle: 2.1.*
- symfony/assetic-bundle: 2.1.*
- symfony/monolog-bundle: 2.1.*
- symfony/swiftmailer-bundle: 2.1.*
- symfony/symfony: 2.1.*
- twig/extensions: 1.0.*@dev
This package is auto-updated.
Last update: 2024-11-12 04:03:49 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:
-
Create a Windows Azure account
-
Create a new website using Git deployment and SQL Server database
-
Create a Storage Account (for Table)
-
Add the git remote data to this repository, for example:
git remote add azure <someurl>
-
Follow the documentation on deploying to Windows Azure Websites
-
Push the code to Windows Azure.
git push azure master