Skip to content
Advertisement

Google Google App Engine for static files in Joomla

I want to use Google App Engine for the static data for my Joomla website. I want to host all the CSS and JS files on App Engine.

Advertisement

Answer

Joomla is written using PHP.

By default Google App Engine only supports applications written in Python, and in the future Java. See Google App Engine FAQ so PHP is not natively supported.

There is a way to run PHP on Google App Engine however by using a Java Virtual Machine named Quercus. Your biggest issue will be that it will require large amounts of modification to Joomla’s source code with the change to using GQL instead of SQL.

Source: http://www.phpclasses.org/blog/post/92-Running-PHP-on-Google-App-Engine.html

Are you looking for ways to easily scale your Joomla installation?

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement