How to install pre-requisites — Site
Personal tools

Skip to content. | Skip to navigation

 
You are here:

Document Actions


1.1. How to install pre-requisites


Up one level

Pre-Requisites for Bungeni

The Bungeni Application system has the following pre-requisites :

  • User installed Python 2.5
  • User installed Python 2.4
  • SSL, Imaging, bz2 extensions for Python 2.4 & 2.5
  • System libraries required for building PostgreSQL from source

All of these pre-requisites can be automatically installed via a fabric setup script. So, first we install Fabric - and run the pre-requisite setup scripts which installs all the required pre-requisites.

The following scripts have been tested on Ubuntu Linux 8.04 / 10.04

Installing Fabric

See How to Install Fabric

Setup the Fabric Scripts

See How to setup the Bungeni Fabric Scripts

Install the pre-requisites

From the fabric folder run :

fab -H <host-name-or-ip> presetup

See also Running fabric commands

Folder Structure

At the completion of this step you should have a folder structure in your home directory that looks like this :

./cinst
|-- python24
|   |-- bin
|   |-- include
|   |-- lib
|   `-- man
`-- python25
|-- bin
|-- include
|-- lib
`-- share

Next Steps