My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Install_PreRequisites_Fabric  
How to install pre-requisites for Bungeni
bungeni-wiki
Updated Feb 9, 2012 by ashok.ha...@gmail.com

Pre-Requisites for Bungeni

The Bungeni Application system has the following pre-requisites :

  • User installed Python 2.6
  • SSL, Imaging, bz2 extensions for Python 2.6
  • System libraries required for building PostgreSQL from source
  • OpenOffice.org -- this is used for PDF conversion

Recommended Linux distribution :

  • Ubuntu 10.04 (32 or 64 bit distro)

The build process downloads various components from the internet - so it is neccessary for the computer to have access to the internet.

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.

Installing Fabric

You will need to first install Fabric.

See How to Install Fabric

Setup the Fabric Scripts

After installing Fabric, you will need to configure a few parameters to decide where you want to setup Bungeni.

See How to setup the Bungeni Fabric Scripts , also see How to configure the fabric setup.ini file

Install the pre-requisites

After setting up the Fabric scripts, you can install the pre-requisites using Fabric.

From the fabric folder run :

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

or if you are installing it on localhost you can simply run :

./fl 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 :

./bungeni_apps
`-- python26
    |-- bin
    |-- include
    |-- lib
    `-- share

Next Steps


Sign in to add a comment
Powered by Google Project Hosting