views:

132

answers:

1

hi i want to use google app engine for the static data for my joomla website currently my site is http://webkul.com i want to put all the css and js files in the app engine please help i am using google app engine first time if there is any good tutorial please put it here

thanks

+2  A: 

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?

Kanak Vaghela