First time here? Check out the FAQ!

Revision history  [back]

Askbot is a django application, so the workflow will be the same as for other django apps.

Clone the repository, cd into the repo directory, make a new virtualenv, activate it, then run

python setup.py develop #this step is key as it allows to keep the working copy in the current dir

Then deploy the app into a project inside the same directory with askbot-setup script. Answer . to the question "where do you want to deploy askbot".