Advice, pls: web app stack suitable for shared hosting ...
Posted
by Bill Bell
on Server Fault
See other posts from Server Fault
or by Bill Bell
Published on 2009-09-07T14:01:44Z
Indexed on
2010/04/21
19:03 UTC
Read the original article
Hit count: 274
Considerations:
- greatly prefer Python
- want to build as little as possible myself (I suppose this is obvious)
- prefer built-in or availability of add-on wiki and conferencing (nothing fancy)
- need three levels of authentication: single 'super user', one administration user for each of several groups, individual 'ordinary' users authenticate to one of these groups
- cron substitute à la Django or Zope would be nice, for keeping an RSS feed up-to-date, principally
- hosting I use does not provide mod_wsgi, mod_python, etc.
Your thoughts, please.
© Server Fault or respective owner