Wordpress in google app egine

195 views
Skip to first unread message

jyo

unread,
Jan 2, 2012, 5:26:37 PM1/2/12
to Google App Engine
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

Brandon Wirtz

unread,
Jan 2, 2012, 6:29:07 PM1/2/12
to google-a...@googlegroups.com
Allowed, but very hard to do. GAE runs Python and Java, (and Go) you can
emulate PHP on Java, but you have to make a lot of adaptations because you
can't write to files, and the SQL libraries are not the same.

Hello

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 google-a...@googlegroups.com.
To unsubscribe from this group, send email to
google-appengi...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.


Amy Unruh

unread,
Jan 2, 2012, 6:58:45 PM1/2/12
to google-a...@googlegroups.com
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


Jyo

Kaan Soral

unread,
Jan 3, 2012, 2:41:15 PM1/3/12
to google-a...@googlegroups.com
The answer for you is No, logically speaking

Instead of using 100x brain to adapt your app to emulated PHP on GAE, just use 10x brain and re-write

Ovnicraft

unread,
Jan 3, 2012, 3:45:03 PM1/3/12
to google-a...@googlegroups.com
On Tue, Jan 3, 2012 at 2:41 PM, Kaan Soral <kaan...@gmail.com> wrote:
The answer for you is No, logically speaking

Instead of using 100x brain to adapt your app to emulated PHP on GAE, just use 10x brain and re-write

+100 

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/79awQ5anjdEJ.

To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.



--
Cristian Salamea
@ovnicraft

Eric

unread,
Jan 4, 2012, 6:37:35 PM1/4/12
to Google App Engine
https://github.com/xuming/micolog
you can even reuse some code base if you plan to re-write wordpress,
at least the micolog can share most of the wordpress theme, so can
even more save your brain effort.
Reply all
Reply to author
Forward
0 new messages