After installing Askbot with (1) pip, (2) easy_install, or (3) untarring and running setup.py, you're supposed to run startforum (which resides in the same bin directory where the python executable is).
startforum is called a deployment script.
Django can host multiple applications on the same site, where apps work like lego blocks - parts of the whole, for example - an online store and an askbot forum, etc.
All django sites have four project-wide files:
So what startforum script does - adds those files to a directory you select (and some more things specific to askbot.
If the directory is empty - the files will be just copied from askbot/setup_templates/, it won't overwrite any existing project files.
In the case you already have a django site you will not want to use startforum, because you don't want to just overwrite your existing settings.py.
Asked: Jun 20 '11
Seen: 53 times
Last updated: Jun 20 '11
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.