Revision history [back]
Askbot needs a database, for the production - preferrably - postgresql. Sqlite makes it the easiest to just try the software out.
For the production it will also be necessary to have a webserver, cache backend, but to just try out - it's enough to use the django's builtin runserver
and the "locmem" cache backend.