[google-appengine] Re: How to use GAE SDK in GCE development Server

2016-07-18 Thread Dhandapani Sattanathan
Thanks Adam, I will try as per your reply! On Saturday, July 9, 2016 at 1:02:52 AM UTC+5:30, Adam (Cloud Platform Support) wrote: > > I'd first like to address a couple of points from your previous reply: > > 1) You're still installing the GAE SDK under a single user's home > directory

[google-appengine] Re: How to use GAE SDK in GCE development Server

2016-07-08 Thread 'Adam (Cloud Platform Support)' via Google App Engine
I'd first like to address a couple of points from your previous reply: 1) You're still installing the GAE SDK under a single user's home directory '/home/gaedev/google_appengine/'. This doesn't solve your original problem, and making everyone log into the same 'gaedev' account is not a good

[google-appengine] Re: How to use GAE SDK in GCE development Server

2016-07-08 Thread Dhandapani Sattanathan
Dear Nick, Glad and thanks for your detailed reply. Well, we are not new to GAE/GCP. We are working in GAE for the past 4 years or so, to develop and deliver complex solutions for our clients running in GAE PHP.. Its high time we take some primitive measures to

[google-appengine] Re: How to use GAE SDK in GCE development Server

2016-07-07 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Dhandapani, The commands you showed only start the Development server running, which emulates the production environment your app will run in. It runs your app as an HTTP server on the local machine (in this case, a Compute Engine (GCE) instance). You can use a browser on the instance (if

[google-appengine] Re: How to use GAE SDK in GCE development Server

2016-07-05 Thread Dhandapani Sattanathan
Thanks Adam, I added the following line to each user's startup script export PATH="$PATH:/path/to/google_appengine/" Using SSH connection i opened the terminal. user@lamp-bafs:~$ mkdir gaedev user@lamp-bafs:~$ cd gaedev user@lamp-bafs:~$ wget -O gae.zip https:

[google-appengine] Re: How to use GAE SDK in GCE development Server

2016-07-02 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Assuming your remote GCE instance is Linux, you can just install the SDK on the GCE instance as you would normally following the instructions for 'installing on Linux' . I usually install under /opt eg.