You are on page 1of 2

OpenBravo Custom Installation steps on Windows:

Software Required: Steps 1) Install the required softwares and set environment variables for those. For Java: Java_Home Path : : Your installation path %Java_Home%/bin; Postgres or Oracle JDK Tomcat Ant

Tomcat: CATALINA_HOME CATALINA_BASE CATALINA_OPTS


XX:MaxPermSize=256M

: : :

Your tomcat installation path Same as your CATALINA_HOME


-server -Djava.awt.headless=true -Xms384M -Xmx1536M -

Ant: ANT_HOME ANT_OPTS : : your installation path 32 bits: In the Variable value field, type -Xmx1024M -XX:MaxPermSize=128M. 64 its: In the Variable value field, type -Xmx1280M -XX:MaxPermSize=128M

2)

You can download the tarball from source forge. The link is as follows

http://sourceforge.net/projects/openbravo/files/02-openbravosources/3.0MP13/Openbravo-3.0MP13.tar.bz2/download
3) Extract the tarball and Move to the OpenbravoERP-3.0MP13 directory in a command line terminal and run: ant setup 4) 5) Move to config folder and run setup-properties-windows.exe. Configure the openbravo.properties and log4j.icf files using the configuration wizard. Note: The configuration wizard prompts user to fill the database and tomcat credential, through which it creates database and deploys application in tomcat server. Before starting with installation, check that Openbravo.properties and log4j.lcf files (in the config directory) have been properly configured. If not, edit them manually. 6) In the command line type: ant install.source Note: The above command creates database and all the required class files. This may take several minutes to complete. 7) Once the installation is complete. Start your tomcat and To access Openbravo type http://ip-address/openbravo in your web browser. Use Openbravo as the username and openbravo as the password Note: In username Openbravo with an uppercase O.

Source:

http://wiki.openbravo.com/wiki/Installation/Custom/Openbravo_Setup

You might also like