Difference between revisions of "Openbravo"

From SME Server
Jump to navigationJump to search
(Created page with ' == Introduction == Openbravo ERP has been specifically designed to help businesses improve their performance. Its functional coverage includes all areas of an integrated managem...')
 
Line 8: Line 8:
 
Before you can begin with Openbravo setup, you must satisfy all pre-requisites. They are:
 
Before you can begin with Openbravo setup, you must satisfy all pre-requisites. They are:
  
*[Tomcat]
+
*[[Tomcat]]
 +
*[[Postgres]]
 +
*Apache Ant
 +
 
 +
To install Ant, download the .tar.gz version from http://ant.apache.org/bindownload.cgi to a temp folder. We use for our example 1.7.1
 +
 
 +
Unpack
 +
tar xzvf apache-ant-1.7.1-bin.tar.gz
 +
 
 +
Copy to the destination folder
 +
cp -rf apache-ant-1.7.1 /usr/local/ant
 +
 
 +
There is not need to add now ant to the path for Openbravo installation. If you want to do, read the Ant documentation.
 +
 
 +
Download the last Openbravo release (currently 2.40). The easy way to install is to download the binary package:
 +
wget http://switch.dl.sourceforge.net/sourceforge/openbravo/OpenbravoERP_2.40-linux-installer.bin

Revision as of 09:18, 22 April 2009

Introduction

Openbravo ERP has been specifically designed to help businesses improve their performance. Its functional coverage includes all areas of an integrated management system. Additionally, this same application seamlessly integrates the rest of the areas, starting with a management scope directly helping clients with its CRM (Customer Relationship Management), BI (Business Intelligence), and POS (Point of Sale).


Installation

Before you can begin with Openbravo setup, you must satisfy all pre-requisites. They are:

To install Ant, download the .tar.gz version from http://ant.apache.org/bindownload.cgi to a temp folder. We use for our example 1.7.1

Unpack

tar xzvf apache-ant-1.7.1-bin.tar.gz

Copy to the destination folder

cp -rf apache-ant-1.7.1 /usr/local/ant

There is not need to add now ant to the path for Openbravo installation. If you want to do, read the Ant documentation.

Download the last Openbravo release (currently 2.40). The easy way to install is to download the binary package:

wget http://switch.dl.sourceforge.net/sourceforge/openbravo/OpenbravoERP_2.40-linux-installer.bin