[google-appengine] Fwd: [google-appengine-go] App Engine for Go now in General Availability

2015-07-08 Thread 'Amy Unruh' via Google App Engine
-- Forwarded message --
From: Jason Buberel jbube...@google.com
Date: 8 July 2015 at 08:25
Subject: [google-appengine-go] App Engine for Go now in General Availability
To: google-appengine...@googlegroups.com


Today, we are announcing that Google App Engine for Go
https://cloud.google.com/appengine/docs/go/ is now generally available.
We're officially removing the beta label and extending App Engine's Service
Level Agreement and Deprecation Policy
https://cloud.google.com/appengine/sla to App Engine for Go.

Go is the cloud-native, open source language http://golang.org/ built to
solve large-scale compute problems. Originally deployed as an experimental
service in 2011, App Engine for Go has been serving production web and
mobile applications for more than four years. In that time, the community
has seen Go become the standard for cloud infrastructure technologies,
including Docker https://www.docker.com/ and Kubernetes
http://kubernetes.io/. App Engine for Go now serves millions of compute
hours every month.

This announcement won't change how you use App Engine today, but we have
heard your feedback: We will continue to make significant investments in
App Engine for Go, including an improved SDK and an upgrade to the Go 1.5
runtime. Our goal is to make App Engine the best deployment platform for Go
programmers.

For more information about App Engine for Go, see our complete online
documentation https://cloud.google.com/appengine/docs/go/.

-Jason Buberel, Product Manager, Go

-- 
You received this message because you are subscribed to the Google Groups
google-appengine-go group.
To unsubscribe from this group and stop receiving emails from it, send an
email to google-appengine-go+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAABfA2mt7trK8Ap2K9RR_A4pGOfGzqvckvjeEQ3knmqYGj9AEw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Using the new Google Container Registry with Managed VMs

2015-01-30 Thread 'Amy Unruh' via Google App Engine
hi all,

We recently announced the beta release of a new service: Google Container
Registry (https://cloud.google.com/tools/container-registry/), for the
secure hosting, sharing, and management of private container repositories.
See this blog post for further info:

http://googlecloudplatform.blogspot.com/2015/01/secure-hosting-of-private-Docker-repositories-in-Google-Cloud-Platform.html

*For those of you using Managed VMs
https://cloud.google.com/appengine/docs/managed-vms/, we would like to
invite you to leverage this new service for deploying to your Managed VM
application.*

One-time setup instructions:

First, ensure your gcloud is up to date with gcloud components update.

Then simply enable use of the hosted registry with: gcloud config set
app/hosted_registry true.

Now, whenever you run gcloud preview app setup-managed-vms, it will pull
through the Google Container Registry.

For now, deployments will need the following server flag:
 gcloud preview app deploy *--server gcr.appengine.google.com
http://gcr.appengine.google.com* .

*NOTE*: You can revert use of the hosted registry with:
   gcloud config unset app/hosted_registry

If things don't work, please send mail to gcr-cont...@google.com.
We hope you will try it out!

 -Amy

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAABfA2%3D%2BtMr2ZOLPdP46FwTA4zVvEGTezzG%3D35L1O1AHtaGoxg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Latest version of the gcloud SDK causes Managed VMs deployment issues

2014-12-19 Thread 'Amy Unruh' via Google App Engine
For anyone using Managed VMs, who has just updated their gcloud SDK, there
is a known issue with the new gcloud version, that is causing Managed VMs
deployment issues.

If you have just updated and are experiencing this, then if you do:

  $ gcloud components restore

that should roll back gcloud to the previous version and allow you to
deploy.

We'll update this thread again when the issue with the latest gcloud
version is fixed.

 --Amy

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Latest version of the gcloud SDK causes Managed VMs deployment issues

2014-12-19 Thread 'Amy Unruh' via Google App Engine
Update: This issue should now be fixed, so you can now update to/download
the most recent gcloud SDK.


On 19 December 2014 at 09:38, Amy Unruh a...@google.com wrote:

 For anyone using Managed VMs, who has just updated their gcloud SDK, there
 is a known issue with the new gcloud version, that is causing Managed VMs
 deployment issues.

 If you have just updated and are experiencing this, then if you do:

   $ gcloud components restore

 that should roll back gcloud to the previous version and allow you to
 deploy.

 We'll update this thread again when the issue with the latest gcloud
 version is fixed.

  --Amy



-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Getting exit_code=204 on every second request

2014-05-20 Thread 'Amy Unruh' via Google App Engine
On 20 May 2014 08:53, Ward Vanwalleghem ward.vanwalleg...@gmail.com wrote:

 Thanks Amy that works!
 Any reasoning why this APC caching needs to be switched off on app engine
 (and not when running locally)


It's a known bug (that is on our list to fix).  I'm glad to hear the
workaround worked.



 cheers, Ward


 On Tuesday, 20 May 2014 16:28:05 UTC+1, Amy Unruh wrote:

 Ward,

 Can you try adding
 apc.cache_by_default = 0
 to a php.ini file in the root of your App Engine project, and see if that
 helps?


 On 20 May 2014 06:42, Ward Vanwalleghem ward.van...@gmail.com wrote:

 Thanks for your response, but I believe there's more going on than just
 that.  I archived my application and uploaded the standard zend framework
 skeleton application instead and I still have the problem!  I know I didn't
 have this when I first started using app engine, so it looks like something
 I configured triggered this, not the actual application.  Any idea's ???


 On Friday, 16 May 2014 22:40:03 UTC+1, Mars Lan wrote:

 We are aware of an issue where leaving file handles un-closed can
 sometimes cause the subsequent request to crash.

 On Wednesday, May 14, 2014 4:19:30 AM UTC-7, Ward Vanwalleghem wrote:

 Hi Jeffery,

 did you get to the bottom of this ?  I'm experiencing the same
 problem...

 Cheers,

 Ward

 On Thursday, 20 June 2013 06:31:25 UTC+1, Jeffery Fernandez wrote:

 Thanks Amy,

 I have sent you a direct email with details.


 On Thu, Jun 20, 2013 at 3:01 PM, Amy Unruh amyu+...@google.comwrote:

 Jeffery,

 Would you mind giving me your app id?  You can email it directly if
 you like.

  --
 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 google-appengi...@googlegroups.com.
 To post to this group, send email to google-a...@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.






 --
 Mobile: +61 430 534 464
 Home: +61 3 9764 4439
 Work: +61 3 9723 9399

  --
 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 google-appengi...@googlegroups.com.
 To post to this group, send email to google-a...@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/d/optout.


  --
 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 google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] PHP Twilio Services Directory

2014-05-09 Thread 'Amy Unruh' via Google App Engine
hi Jerome,

You shouldn't need to do anything specifically in your app.yaml -- just
include TwilioServices as a subdir of your app project, and deploy it along
with the rest of your app.
Then you can do something like:
require_once TwilioServices/Twilio.php;


On 9 May 2014 06:30, Jerome Ripley jerome.rip...@gmail.com wrote:

 I have working looking with sdk.  But does not deploy.  What should the
 app.yaml look like to get the twilio Services directory to deploy.  Thanks.

 --
 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 google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] laravel/framework/src/Illuminate/Filesystem/Filesystem.php - failed to open stream: Read-only file system issue.

2014-05-09 Thread 'Amy Unruh' via Google App Engine
hi,

With app engine, your application can read any files from the deployed
directory structure, but it can’t write to that file system. Instead, the
application can use Google Cloud Storage (GCS) for both reading and writing
files.  See this post for more info:
http://googlecloudplatform.blogspot.com/2014/02/php-app-engine-apps-and-file-system.html

Then, see:
https://gae-php-tips.appspot.com/2013/10/22/getting-started-with-laravel-on-php-for-app-engine/


On 25 April 2014 03:56, Xiang-Hao Siow xiang-hao.s...@iaaprograms.comwrote:

 Hi, I am new to GAE, currently I am trying to deploy my laravel
 application to Google App Engine, however, I encountered this issue which I
 have no idea how to resolve it.

 The error is as follow:

 ErrorException

 file_put_contents(/base/data/home/apps/s~application_name/1.375386200092603893/app/storage/views/172e49bdd70aa416153e417c5b414125):
 failed to open stream: Read-only file system



 Anyone can give me some idea? Thanks!

  --
 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 google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.