The Akara "Sumo" installer installs Amara, Akara and a few other useful modules into a Linux-like Python 2.6 environment through an interactive script. It's designed as a convenience for some users and potential guidance for packagers.

The sumo package is built nightly at:

ftp://hg.akara.info/pub/nightlies/

For users

Requirements:

sudo aptitude install python2.6-dev

sudo aptitude install build-essential

Installation:

To install Akara, unpack the sumo package and type:

python setup.py

The installer will check various parts of your installation and prompt you at various stages. You will also have the option of changing certain installation options.

For developers and packagers

It is easy to create a sumo installer using the attached package. Unpack it and run

python build.py

The following script generates nightly snapshots of amara, akara and sumo:

http://bitbucket.org/uche/amara/src/tip/sandbox/akara-snapshots.sh

Akara/Sumo_installer (last edited 2010-03-26 05:01:37 by UcheOgbuji)