beberlei/symfony-azure-edition

"Symfony Azure Edition" 发行版

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

This package is auto-updated.

Last update: 2024-09-12 03:41:38 UTC


README

欢迎来到 Symfony Azure Edition - 一个完全功能的 Symfony2 应用程序,您可以使用它作为在 Windows Azure Websites 或云服务上运行的新应用程序的骨架。

您可以通过以下步骤在 Windows Azure 上运行此应用程序

  1. 创建一个 Windows Azure 账户

  2. 使用 Git 部署和 SQL Server 数据库创建一个新的网站

  3. 创建一个存储账户(用于表)

  4. 将 git remote 数据添加到此存储库中,例如

     git remote add azure <someurl>
    
  5. 遵循有关在 将应用程序部署到 Windows Azure Websites 的文档

  6. 将代码推送到 Windows Azure。

     git push azure master