Joomla in Google appengine

google-app-enginegoogle-cloud-platformjoomlamigration

I was wondering if I can transfer my existing site based on joomla! in Google appengine. How can I do that?

Will it be easy if I start from scratch (modifying joomla! for Google appengine).

Please advise me tutorials, walkthrough and your suggestion.

Thanks in advance.

Best 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?

Related Topic