Installation

What follows isn't really a HOWTO, but more of a map of the gotchas I dealt with in deploying Banjo. This page supplements the installation instructions at getbanjo.com.

Prerequisites:

To install Banjo you will need a working django-1.0 installation with a functioning database backend and memcached.

Getting Banjo:

Start by doing an:

hg clone http://hg.assembla.com/banjo

and then followed the instructions at getbanjo.com.

Dependencies:

As of early February 2009, the list of dependencies provided here is complete and Banjo works with all the source trees.

I only had to make sure that a couple of Satchmo modules were in my python system path. I got them there by symlinking them into the common directory which I appended to sys.path. The source doesn't appear to import anything else from Satchmo, so deleting the rest should be possible.

Satchmo modules:

Configuration