After the Environment Installation steps, next steps is installing the OpenBravoERP.
Download the tar ball OpenBravoERP2.50MP1 .
Once you have obtained the source code follow these steps to install it.
Editing the Configuration files
- Move to the OpenbravoERP-2.50MP1 in a command line terminal and run
#ant setup. - Move to the OpenbravoERP-2.50MP1/config directory.
- Access the graphical configuration wizard:
make executable and run setup-properties-linux.bin
(chmod +x setup-properties-linux.bin) - These configuration wizard can also run in text mode without a graphical system. It will detect the correct display mode for your system.
- The files setup-properties-linux.bin are downloaded on executing the ant setup. Make sure Apache Ant installed (please read previous blog on Ubuntu Jaunty Environment Installation.
- Configure the Openbravo.properties and log4j.lcf files using the configuration wizard.
Compilation
Before starting with compilation, check that Openbravo.properties and log4j.lcf files (in the config directory) have been properly configured. If not, edit them manually.
In the command line type:
#ant install.source
The ant install.source command creates the database from *.xml files and installs Openbravo ERP.
Relax and enjoy this might takes 40 minutes. This can vary to 1 hour 20 minutes. Again make sure the previous Environment Installation are done allready. Please check at the previous article in this blog.