简体   繁体   中英

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

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. In your new instance, there's a folder created in /opt/. If you use the default name, this should be in /opt/myApp.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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