简体   繁体   English

如何在Google计算引擎中更新应用程序代码

[英]How to update application code in google compute engine

I have installed the Google MEAN(MongoDB, Express, AngularJs and NodeJS) Stack in my Compute Engine VM (Virtual Machine) by using this following link 我已使用以下链接在Compute Engine VM(虚拟机)中安装了Google MEAN(MongoDB,Express,AngularJs和NodeJS)堆栈

https://cloud.google.com/solutions/mean/ https://cloud.google.com/solutions/mean/

and I successfully run the sample app you can test it 我成功运行了示例应用程序,您可以对其进行测试

 http://146.148.94.102:3000

But i don't now where the sample code is located and how I can replace that sample code with my application code. 但是我现在不知道示例代码的位置以及如何用我的应用程序代码替换该示例代码。

Please let me know how to do it this. 请让我知道如何执行此操作。

Thank you. 谢谢。

There's a Folder structure for MEAN. MEAN有一个文件夹结构 In your new instance, there's a folder created in /opt/. 在您的新实例中,在/ opt /中创建了一个文件夹。 If you use the default name, this should be in /opt/myApp. 如果使用默认名称,则该名称应该在/ opt / myApp中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM