gpt4 book ai didi

angularjs - 将 Angular-fullstack 部署到 Azure

转载 作者:行者123 更新时间:2023-12-03 01:10:23 25 4
gpt4 key购买 nike

您好,我想知道如何将 Angular-fullstack 部署到 Azure,我环顾四周,但找不到任何教程等。任何人都可以提供任何说明或示例吗?

https://github.com/DaftMonk/generator-angular-fullstack

最佳答案

我的理解是,要将此应用到 Azure 中,您需要解决两个问题。

  1. 如何最好地托管我的 mongo 数据库?
  2. 如何将我的 Node.js 应用程序发布为 Azure 应用程序?

答案。

  1. 使用虚拟机或市场中的托管 mongodb 服务部署 mongo db。

    a. worker Angular 色选项:https://github.com/mongodb/mongo-azure ( worker Angular 色 mongo db)

    b.托管 Mongo 托管 Azure 服务 - 您可以从 Azure 控制台/门户的市场中找到此服务。 (请注意,并非所有地区都适用,而且价格也不便宜)

  2. 要部署您的 Node.js 应用程序,您有两种选择。

    a.创建一个 azure 应用程序并连接源代码管理,以便它将在每次提交时部署。

    这是来自 MS https://azure.microsoft.com/en-gb/documentation/articles/cloud-services-nodejs-develop-deploy-app/ 的分步指南

    b.

    To publish, run the Publish-AzureServiceProject cmdlet as follows:

    Publish-AzureServiceProject -ServiceName NodeHelloWorld -Location "East US" -Launch

    -ServiceName specifies the name for the deployment. This must be a unique name, otherwise the publish process will fail.

    -Location specifies the datacenter that the application will be hosted in. To see a list of available datacenters, use the Get-AzureLocation cmdlet.

    -Launch opens a browser window and navigates to the hosted service after deployment has completed.

    要获取有关将节点应用程序部署到 azure 的完整信息,请查看 Microsoft 文档,其中的屏幕截图也非常全面。 https://azure.microsoft.com/en-gb/documentation/articles/cloud-services-nodejs-develop-deploy-app/

关于angularjs - 将 Angular-fullstack 部署到 Azure,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30540694/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com