Hello Torsten, 

You are right, you cannot just move a project to GAE, but you can use your 
existing GCE programming code for the app, open a GAE project and deploy 
the code in accordance with GAE guidelines. The "Deploying the Application" 
documentation page [1] provides more detailed information on how to deploy 
to the GAE. 

Your code might need some adapting and re-writing prior to such GAE 
deployment, mainly if your code had made use of local storage when running 
the app on the GCE. In App Engine, the local filesystem that your 
application is deployed to is not writeable. This behavior ensures the 
security and scalability of your application. There are alternatives to 
accessing the local file system, and re-writing accordingly should make 
your app ready for GAE deployment. You may gather more related detail from 
the "Reading and Writing Files" documentation page. [2]  


[1] 
https://cloud.google.com/appengine/docs/standard/python/getting-started/deploying-the-application
 
[2] https://cloud.google.com/appengine/docs/standard/php/googlestorage/

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3ba7fc7b-aa06-4596-90d7-b9b866f44ddd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to