Re: [google-appengine] Set up Google Cloud SDK or App Engine SDK or both for development?

2018-05-18 Thread Kaan Soral
By serene, I mean development should be fun and simple You should probably start here: https://cloud.google.com/appengine/docs/standard/php/tools/using-local-server Finding dev_appserver.py is going to be a bit challenging tho, If you were on Linux, this would probably be the way to go:

Re: [google-appengine] Set up Google Cloud SDK or App Engine SDK or both for development?

2018-05-18 Thread Richard Bernstein
I am glad you added this comment. I am not sure what you mean by serene manner? What I think you just said (and tell me if I misunderstood) is develop with your favorite sdk on your local pc, and when you are done use command line tools to upload it and set it up. In my case my code is php

[google-appengine] following directions for using "Getting Started with PhpStorm as Google App Engine PHP IDE"

2018-05-18 Thread Richard Bernstein
I am following the directions. It says I need: - Google App Engine SDK for PHP version 2.7

Re: [google-appengine] Set up Google Cloud SDK or App Engine SDK or both for development?

2018-05-18 Thread Kaan Soral
Not really on topic, but as some sane and simplifying advice - It's best to move away from IDE's like Eclipse Their purpose is to simplify development, but from your experiences too, it's clear that they don't deliver on their promises, and complicate things instead I'd suggest you to write

[google-appengine] Advice on GCA or GAE to host a website ?

2018-05-18 Thread Vianney Lejeune
Hello, I intend to install a website which contains those specifications: - PHP 5.3+ - MySQLi extension (enabled by default on most hosts) - cURL It is a bit short for me, but obviously it needs a database, apache or nginx, and the others tools necessary to support a web

[google-appengine] Should I install my website on GCA or GAE ?

2018-05-18 Thread Vianney Lejeune
Hello, I intend to install a website which contains those specifications: - PHP 5.3+ - MySQLi extension (enabled by default on most hosts) - cURL It is a bit short for me, but obviously it needs a database, apache or nginx, and the others tools necessary to support a web

[google-appengine] Advice on GCA or GAE to host a website

2018-05-18 Thread Vianney Lejeune
Hello, I intend to install a website which contains those specifications: - PHP 5.3+ - MySQLi extension (enabled by default on most hosts) - cURL It is a bit short for me, but obviously it needs a database, apache or nginx, and the others tools necessary to support a web

[google-appengine] Re: Using App Engine Flexible behind a CDN (Fastly)

2018-05-18 Thread 'George (Cloud Platform Support)' via Google App Engine
You are right, Cloud CDN content can originate from Google Compute Engine virtual machine (VM) instance groups or from Google Cloud Storage buckets. This is one option. If you prefer alternatively to use Fastly in the configuration already described, you are encouraged to log a feature request

[google-appengine] Re: gRPC on Google App Engine

2018-05-18 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Currently App Engine does not support incoming gRPC connections (also listed here as a limitation for App Engine endpoints communications). The engineering team is aware of this and are working hard on providing a solution

Re: [google-appengine] Set up Google Cloud SDK or App Engine SDK or both for development?

2018-05-18 Thread 'George (Cloud Platform Support)' via Google App Engine
As mentioned, while installing the tools, the installer searches your computer for the Cloud SDK. If it can't find the SDK, then it automatically downloads the latest version of the SDK. You don't have to worry specifically about this install, and allow the Cloud Tools for Eclipse to

[google-appengine] Re: google app engine slow and timing out

2018-05-18 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
502 errors are often caused due to your application code being too busy to respond to nginx (the webserver that sits in front of your app that accepts and routes requests to and from your app). Nginx will return a 502 back to the load balancer which is returned back to the client if it is not

[google-appengine] Re: Google App Engine Standard - OSError: [Errno 28] No space left on device

2018-05-18 Thread 'George (Cloud Platform Support)' via Google App Engine
It may be worthwhile checking some examples of everyday uses, intended for Cloud Shell, as detailed on the Cloud Shell "Examples" document . -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

Re: [google-appengine] Re: recommended path for moving php Application to GC App engine

2018-05-18 Thread Richard Bernstein
Thanks George. Using PhpStorm would be so much easier for me. On Fri, May 18, 2018 at 1:08 PM, 'George (Cloud Platform Support)' via Google App Engine wrote: > You may find a few tutorials on the web, specifically covering PhpStorm in > the app engine

Re: [google-appengine] gcloud beta app deploy : This deployment has too many files

2018-05-18 Thread Lourdu rajan
Hi Ani Hatzis, Could you provide some steps to make my code as public, so that I can upload my code for your exploration. Yeah, my gCloud SDK is up-to date. Regards Lourdu Rajan G On Thu, May 17, 2018 at 11:12 PM, Ani Hatzis wrote: > Ok, beta makes sense then and maybe

[google-appengine] Re: recommended path for moving php Application to GC App engine

2018-05-18 Thread 'George (Cloud Platform Support)' via Google App Engine
You may find a few tutorials on the web, specifically covering PhpStorm in the app engine development environment, such as this one . If you prefer using Eclipse, it may prove

[google-appengine] recommended path for moving php Application to GC App engine

2018-05-18 Thread Richard Bernstein
I have a php app that was developed under Windows using jetbrain's phpStorm. Seems to run well. I want to move it over to GC App Engine. What is the recommended path? Should I install and set it up on my windows PC in a box using Cloud Tools for Eclipse and once that is working bring it up to

[google-appengine] Re: Google App Engine Standard - OSError: [Errno 28] No space left on device

2018-05-18 Thread Attila-Mihaly Balazs
Hello Linh, You don't need CloudShell to use/deploy/run AppEngine. So the space running out on CloudShell has no effect on how/if the Google Appengine Standard application is running. Attila -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] gRPC on Google App Engine

2018-05-18 Thread Mikael Hjalmarson
Hi, Is it possible to use gRPC to communicate between services in the App Engine Standard Environment? It seems like it was impossible in the java 7 runtime, but what about the new runtime? Best regards Mikael -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Using App Engine Flexible behind a CDN (Fastly)

2018-05-18 Thread Alex G
@George, is Google Cloud CDN compatible with App Engine (Flexible)? I thought it was just possible to use it with GCE. On Tuesday, May 15, 2018 at 1:57:16 PM UTC+2, Alex G wrote: > > We are currently using Fastly as our CDN that reads from the origin App > Engine Flexible (GAE) app. When

[google-appengine] Re: Google App Engine Standard - OSError: [Errno 28] No space left on device

2018-05-18 Thread Linh T.
Hi Attilia, Thanks for your information. A quick look seems to indicate that the .NET framework installer had left > some big temporary files there. > Yes, i see it. But GAE standard, i use Python and i only deploy small code (Python Flask). And i only test ab benchmark from local (my laptop):

[google-appengine] Re: Google App Engine Standard - OSError: [Errno 28] No space left on device

2018-05-18 Thread Attila-Mihaly Balazs
Hello Linh, Thank you for the update. Do I understand correctly that the machine which is having problems with the free space is your cloud shell instance? (ie. a small virtual machine which is allocated for you to play around with different tools - https://cloud.google.com/shell/docs/) If