[google-appengine] Re: "cd" was removed in GAE Standard Node.js and broke our app

2018-11-02 Thread 'Amit (Google Cloud Support)' via Google App Engine
Hello David Glad to know that you resolved the issue. From my research, I didn’t find any evidence / documentation that lead us to believe that cd’ was officially supported before. As mentioned in the documentation you referred, you can find the current supported packages in this

Re: [google-appengine] Re: GCP Setup

2018-11-02 Thread Asad Mahmood
My application is already developed and deployed on GoDaddy server. I am using VPS. I am using the following technology stack Angular JS2, play framework, mysql and nginx for load balancing and ssl. Now I want to move to GCP. Please guide me what will be the core structure of GCP works for me. T

[google-appengine] Re: GCP Setup

2018-11-02 Thread 'Omair (Cloud Platform Support)' via Google App Engine
Hi Asad, I would suggest you follow the below path: - Read the comparison page for our various compute options here - And the blog article to help users choose the right product here

[google-appengine] Re: RabitMq, FFMPEG, NodeJS, Intel webRTC suite, MongoDB

2018-11-02 Thread 'Harmit Rishi (Cloud Platform Support)' via Google App Engine
Before we dig deeper into this issue of multiple instances being created on GAE:Flex. I would like to clarify what exactly you are trying to do. Specifically when you mentioned you are “using eclipse marketplace” to install new software on the GAE:Flex environment. Would it possible for you

[google-appengine] Re: Google Cloud disk snapshot default region?

2018-11-02 Thread 'Milad (Google Cloud Platform)' via Google App Engine
It is not possible to keep the snapshots only at a specified region. At the moment the snapshots are global and there's an internal feature request that is being implemented for regional snapshots

[google-appengine] GCP Setup

2018-11-02 Thread Asad Mahmood
Hi All, I want to setup my applicaition in GCP. I am new in GCP platform. Anyone please guide me how to setup and use GCP. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it,

[google-appengine] Re: "cd" was removed in GAE Standard Node.js and broke our app

2018-11-02 Thread david . spiess
The start command above was the only script changing path we used. For now we solved it by removing the cd command altogether by restructuring our folders. { ..., "scripts": { "start": "node -r ./ts-paths.js dist/src/server.js" } } I checked the available system packages in the documentat