I. environment requirements
1. the system I tested is Windows 7.
2. Database: Oracle 10g (version 10.2.0.4.0 or later) and 11g
(Version 11.1.0.6.0 or later ). These are the best versions. My database versions are:
Oracle 10g version 10.2.0.2.0.
3. Java version requirements: Java 2 platform Standard Edition 6.0 or
Higher (version 6.0 or later): Pay attention to setting Java environment variables:
Java_home, class_path, path, java_opt. The java_opt Value
It is best to set it to-xms128m-xmx512m-XX: permsize = 128 m
-XX: maxpermsize = 512 M maxpermsize it is best to set a larger value. Otherwise
The translation reports an error in memory overflow.
4. tomcat version requirements: Apache Tomcat version 6.0 as the Servlet
Container. Use the tar and not the installer. (For version 6.0
Compressed version) set the environment variable: catalina_home,
Catalina_base, catalina_opts, in catalina_opts
Maxpermsize is also set to a larger value. (In addition, the directory where Tomcat is located should not contain spaces,
Otherwise, an error will be reported if the deployment fails .)
5. Apache ant version requirements: Version 1.7.0 or higher is required (1.7.0
Or later versions). You also need to set the environment variables ant_home, ant_opt,
We recommend that you set ant_opt to-xmx1024m-XX: maxpermsize = 128 M.
6. After the setting is successful, it is best to restart the computer and then enable the Oracle database service.
7. Detailed environment configuration on the official website:
Http://wiki.openbravo.com/wiki/ERP/2.50/Openbravo_environment _
Installation
Ii. Installation Steps
1. Download source code URL:
The http://sourceforge.net/projects/openbravo/files/10-openbravo-early-releases/3.0RC6.1/sources/ may already have an updated version, and you have noticed this site.
2. Download the package and decompress it. If you are using Windows, make sure you
Uncompress this file with a tool capable of managing long file
Names, like7-zip. Using 7-Zip is the recommended option
Windows users (if you are a Windows user, use 7_zip
Decompress the package twice.
3. Go to the command line and enter the decompressed directory. My directory is like this:
G: \ openbravo3.0 \ OpenbravoERP-3.0RC5.1
4. Run the following command: ant setup
5. Go to the config directory under the openbravo decompression directory. My directory is:
G: \ openbravo3.0 \ OpenbravoERP-3.0RC5.1 \ config, you will see
Setup-properties-windows.exe files, double-click to execute. Here are some parameters
Number. You need to set Oracle information and tomcat manger information.
6. After the configuration is complete, if you want to further set the settings, You can manually modify the config directory
Openbravo. properties file.
7. Enter ant install. Source in the CMD command line. About 40 minutes if build
Success is successful.
8. Official Installation Guide:
Http://wiki.openbravo.com/wiki/ERP/2.50/Openbravo_ERP_Installation/Custom_Installation