Google App Engine

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
kbh4
New Member
New Member
Posts: 3
Joined: Sun Jul 19, 2015 9:37 am

Google App Engine

Post by kbh4 »

Hi,

Is it possible (and supported) to run CMS Made Simple in the Google App Engine?

Thanks,
Kent
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Google App Engine

Post by velden »

I'm not familiar with Google App Engine but reading this part makes me think it's a no-go:
The sandbox

To allow App Engine to distribute requests for applications across multiple web servers, and to prevent one application from interfering with another, the application runs in a restricted "sandbox" environment. In this environment, the application can execute code, use the App Engine mail, URL fetch and users services, and examine the user's web request and prepare the response.

An App Engine application cannot:

write to the filesystem. PHP applications can use Google Cloud Storage for storing persistent files. Reading from the filesystem is allowed, and all application files uploaded with the application are available.
For example the Smarty caching does a lot of writing to files.
kbh4
New Member
New Member
Posts: 3
Joined: Sun Jul 19, 2015 9:37 am

Re: Google App Engine

Post by kbh4 »

Hi,

Thank you for your reply! You might be quite right, I don't know how CMSMS uses the filesystem - but the standard PHP filesystem commands are supported on Google App Engine, with the limitation that you can't change a file (only delete and write a new one):

https://cloud.google.com/appengine/docs ... lestorage/

Thanks,
Kent
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Google App Engine

Post by calguy1000 »

After looking through the list of file i/o functions that are not supported with Google App Engine... I would safely say... 'CMSMS will probably not work'.

We rely heavily on the filesystem, and on the database. We use a number of functions that are explicitly not supported by the AppEngine. including: touch, realpath, flock and others.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
kbh4
New Member
New Member
Posts: 3
Joined: Sun Jul 19, 2015 9:37 am

Re: Google App Engine

Post by kbh4 »

Thank you both, for taking the time to investigate the subject!

I guess I'll have to find some other way to host my CMS Made Simple site. ;)

Regards,
Kent
Locked

Return to “[locked] Installation, Setup and Upgrade”