I'm interested in using Google App Engine to host a wiki. I've already seen the question here: http://stackoverflow.com/questions/478760/what-cms-runs-on-google-app-engine about what's a good cms. That's really too broad for me. On my LAMP server I run dokuwiki and I'd really like something akin for the GAppEngine.

Anyone know of something already developed or in development?

Thanks, Grant

link|improve this question

75% accept rate
feedback

3 Answers

tiddlyweb - is the best wiki for App Engine that I've found.

Here are it's demos:

link|improve this answer
feedback

GaeWiki is a good option, simple, but enough in most cases: http://code.google.com/p/gaewiki/wiki/Introduction?tm=6

Other option, maybe more powerful, web2py: http://wiki.web2py.com/Deploying_web2py_on_Google_App_Engine_GAE_ (Actually web2py is more than a Wiki engine, but that info is for other post :) )

link|improve this answer
feedback

Quercus is a Java implementation of PHP, and the GAE community has been buzzing over using it to host existing PHP applications via GAE. In fact, there is a wiki entry on DokuWiki running on Quercus; in short, it says to install Quercus and then install & use DokuWiki like normal. Sounds like it'll be a piece of cake if you're comfortable with GAE!

By the way, I have some interest in this as well, but it's not at the top of my todo list at the moment. If you do implement dokuwiki on GAE please comment and let me know how it goes!

link|improve this answer
I would love to run DokuWiki on GAE but from what I understand, you can't do local file IO. You have to use GQL as the persistent data store. I think this makes DokuWiki infeasible but I would like to be corrected. – GrantJ Mar 26 '10 at 22:31
Ah, good point; that wiki page doesn't mention GAE and it looks like you are right. If you were very determined, you could potentially rewrite Quercus's file IO classes to use GQL, since Quercus is open source. – Ricket Mar 26 '10 at 23:38
feedback

Your Answer

 
or
required, but never shown

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