Is it possible to deploy any CMS (Content Management System) using Google App Engine? Wikipedia lists 4 Python CMSes and one of them is Django based.

Do you know any way to make any of them to work on App Engine?

My votes:

Python

  • GuteCMS (revision 11 10/28/2009) Too simple. Barely usable.
  • cpedialog (596 revisions last Dec 10, 2010) Too simple. Has blog engine.
  • GaeDjangocms (1.1) Too simple.
  • App Engine Site Creator (1.1.1) Simple, but professional. Lacks blog engine.
  • Nuages photoblog (revision 18) Too simple. Barely usable.
  • Niubi (revision 71) Promising, but couldn't make it work since it requires app engine helper for django
  • rocket-seat needs mako, I couldn't make it work
  • stoutsd not as customizable as I need.

Java

  • vosaocms (0.2) Sounds promising, but I couldn't run it as I am not familiarized with Java App Engine.
  • richercms 356 revisions, last one jan 24, 2011
link|improve this question

GAECupboard has a huge selection of CMS for GAE. – systempuntoout Nov 21 '11 at 10:43
feedback

14 Answers

http://code.google.com/p/vosao/

link|improve this answer
Have you used it? – Jader Dias Oct 29 '09 at 0:55
14  
Intensively. Actually I am an author. :) – Alex Oct 29 '09 at 13:34
@JaderDias I thought this link might be useful – Geo Mar 23 '11 at 2:31
feedback

theres also gutecms

http://code.google.com/p/gutecms/

edit: after trying out several options i chose http://www.vosao.org/

link|improve this answer
1  
+1 for Vosao.org – jmort253 Feb 2 '11 at 20:57
feedback

I currently use Vosao and while it's a bit rough around the edges, it works very well and is under active development. My site runs on Vosao and I recently wrote up a post on upgrading from version 0.0.4 to 0.1 if your interested in how to get it running.

link|improve this answer
Having been checking the Vosao project and I definitely think it's a CMS with a very promising future. – Damon Oehlman Feb 25 '10 at 7:02
feedback

Google returned the following options:

App Engine Site Creator

Magazine Life (e-magazine CMS)

Those seems to be new (testing versions). I would feel more confortable with more famous CMS.

link|improve this answer
feedback

I am not a django developer, but, during the research for a very similar question I came across django-cms, which looks very promising.

It seems, as if there is a high interest in having a CMS running on google-app-engine. It is possible that with the Django 1.0 support in GAE (release notes version 1.2.3), there will soon be a working version. Recent questions related to supporting django-cms on GAE on either of the two communities' discussion lists have not resulted in a definite answer yet. Here the references:

link|improve this answer
feedback

http://code.google.com/p/gae-django-cms/

link|improve this answer
2  
It's a bit Chinese :) – Oleksandr Bolotov Aug 28 '09 at 12:17
feedback

Check out this Django Nonrel site: "Allbuttonspressed"

This project is one of the Django Framework on App Engine. It has simplecms application installed by default, but for me its more then enough. Here is the short description

Source can be downloaded here: https://bitbucket.org/wkornewald/allbuttonspressed/src

This project support some other features, such as

  • blog
  • disqus (for blog comments),
  • simplesocial (to share to Google+, Facebook, or Twitter)
  • and many more, check out their source code

And of course the special things for me is that, this project using modified version of Django Framework so you can still take the advantage of django admin site, which is awesome. You can take advantage of the admin site to modify certain part of your website. For more information you can read up the Django-nonrel docs or djangoappengine Docs. The latter docs will highlight some of the limitation using django nonrel on appengine.

Good luck :)

FYI, I've just successfully deployed my appengine site using their simplecms application.

link|improve this answer
feedback

http://helloweb-cms.appspot.com/ A very simple site management system for AppEngine.

link|improve this answer
feedback

There is web2py framework and KPAX CMS based on it.

link|improve this answer
2  
Could anybody give a link to KPAX CMS. btw "крах" means fail in russian :( – Oleksandr Bolotov Oct 17 '09 at 18:50
1  
@Bolotov link added – Jader Dias Oct 29 '09 at 1:13
link invalid returns Invalid request – Ib33X Aug 9 '10 at 12:55
feedback

there's also Gapp CMS, rather basic but looks promising: http://gappcms.appspot.com/

link|improve this answer
feedback

This is a list of projects labelled by appengine python cms: http://www.ohloh.net/tags/appengine/cms/python?page=1

link|improve this answer
feedback

A cool CMS build upon Web2py and thus works on GAE out of the box is InstantPress, Watch this demo on how it work

link|improve this answer
feedback

Another Python CMS for AppEngine:

https://github.com/tomvon/cygnuscms

link|improve this answer
feedback

You can try http://cloudcms.sheelapps.com

link|improve this answer
2  
Is it some new kind of advertisement? – Oleksandr Bolotov Sep 6 '09 at 21:47
feedback

Your Answer

 
or
required, but never shown

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