vote up 3 vote down star
6

Hey,

what is a cool blogging engine for GAE? I really like wordpress, but PHP isn't available on the GAE.

Which blogging systems do you use on GAE?

Which experiences you have made with it?

Thanks.

flag

67% accept rate

8 Answers

vote up 3 vote down check

There is a hack to get PHP running on GAE

link|flag
1  
That is not going to help you. It is not like you can also hack MySQL to work on GAE. – pjesi May 16 at 10:10
vote up 3 vote down

Maybe see http://brizzled.clapper.org/id/77 (no personal experience using it, myself).

link|flag
vote up 5 vote down

cpedia has an excellent demo not just of the front end but of all the features in the admin itself.

In my experience GAE is a joy to play with, especially if you have any experience with Django or MVP (or MVC as django folks prefer to say).

link|flag
vote up 4 vote down

There is a python framework web2py and there are some appliances (plugins) for this framework. Although I have not tried that, you may be interested in application Wordpress Clone.

Installing web2py is very easy (just unzip and copy files) and web2py is guaranteed to run on GAE.

Anyway, this solution is for anyone who want to play with framework (and python) if you just need to blog, I recommend to go for some already installed system (wordpressn is ok, if you like it) at http://wordpress.com/ or anywhere else.

link|flag
vote up 4 vote down

You could look here for a blogging-application for GAE:

http://groups.google.com/group/google-appengine/web/google-app-engine-open-source-projects

For example Bloog is mentioned there:

http://bloog.billkatz.com/

link|flag
1  
Bloog is good. I use it. – Nick Johnson Apr 30 at 9:14
vote up 3 vote down

There's PickyWiki (a CMS) by Ian Bicking (haven't used it myself)

link|flag
vote up 1 vote down

you'll find some blog engines for GAE (mostly GAE/P) in application section of Google App Engine as a Framework project

link|flag
vote up 0 vote down

I have just set up Wordpress 2.7.1 with modifications running on Quercus (PHP in Java) by way of the instructions and install here. It's incredibly impressive, but not ready for prime-time. For example, the entire admin interface doesn't work. I don't recommend it (yet).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.