Jyo, PHP is not one of the supported GAE runtimes. However, if you feel adventurous, you could experiment with using Quercus, a Java implementation of PHP (http://www.caucho.com/resin-3.0/quercus/) in conjunction with Google Cloud SQL (http://code.google.com/apis/sql/), which is mysql underneath the hood. If you do a search, you can find discussions on getting Quercus running on App Engine. I don't know what's involved in getting Wordpress running (as Brandon noted, adaptations may be necessary), but there are online discussions on that as well.
-Amy On Tue, Jan 3, 2012 at 9:26 AM, jyo <[email protected]> wrote: > Hello > > I have an app developed using Php,mysql using wordpress in my > development box. I just wanted to know if I can deploy this in Google > App engine. > > Please let me know if anyone has tried? is it allowed? > > Thanks in anticipation. > > Regards > Jyo > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
