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' 
<https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_PHP>. 
I usually install under /opt eg. /opt/google_appengine.

To ensure the SDK is in each user's PATH, add the following line to each 
user's startup script (eg. .bash_profile):

export PATH="$PATH:/path/to/google_appengine/"

On Friday, July 1, 2016 at 3:12:53 AM UTC-4, Dhandapani Sattanathan wrote:
>
> Hello,
>
>
>    1. 
>    
>    We are a team of 10 developers and want to develop PHP on GAE using 
>    the same SDK version from a remote server.
>    2. 
>    
>    So, we want to install the GAE PHP SDK on the remote GCE instance once.
>    3. 
>    
>    Subsequently, all developers will use that remote PHP SDK installed in 
>    that GCE instance.
>    
> This is to avoid installing or working in different versions of GAE SDK in 
> our individual local machines. We don't want to install in each of our 
> local machines, whenever there is a new Release of GAE SDK. We just want to 
> update once in GCE instances, with the new GAE SDK in one centralized 
> place, to ensure all developers develop the code using the same version of 
> GAE SDK. We also don't want to waste time to install SDK in each machine to 
> ensure consistency in development environments.
>
> In this context, can you please enlighten us to centralize our GAE SDK in 
> GCE development server
>
> Thanks very much in advance,
>

-- 
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, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/809a8d3f-d8aa-4879-89c5-3e71a8422ac0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] H... Dhandapani Sattanathan
    • [google-appengi... 'Adam (Cloud Platform Support)' via Google App Engine
      • [google-app... Dhandapani Sattanathan
        • [google... 'Nick (Cloud Platform Support)' via Google App Engine
          • [go... Dhandapani Sattanathan
            • ... 'Adam (Cloud Platform Support)' via Google App Engine
              • ... Dhandapani Sattanathan

Reply via email to