|
Install_PreRequisites_Fabric
How to install pre-requisites for Bungeni
bungeni-wiki
Pre-Requisites for BungeniThe Bungeni Application system has the following pre-requisites :
Recommended Linux distribution :
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 FabricYou will need to first install Fabric. Setup the Fabric ScriptsAfter 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-requisitesAfter 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 StructureAt 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 | |