Instalar Openbravo 3 Windows 10
En esta oportunidad vamos a ver la instalación de Openbravo 3 en windows 10.Los pasos para la instalación estan en http://wiki.openbravo.com/wiki/Installation/Custom.
El codigo de Openbravo: https://mega.nz/#!hwRmwIqA!ryCeXunjGy7kdHTaH1OVdeAsc4MczyCtoURFfmEVEjE
El Ant: https://mega.nz/#!Z9YknQpR!ID0RH2HLyOrC88X_Aki55FAcQ4AjQXlxrUHZcQUStIk
Add the JAVA_HOME environment variable:
- Right-click on My Computer.
- Select Properties. The System Properties window appears.
- Select the Advanced tab then click Environment Variables.
- Click New. The New System Variable box appears.
- In the Variable name field, type JAVA_HOME.
- In the Variable value field type the path of the JDK installation directory. This is usually C:\Program Files\Java\jdk1.8.0_
- Select the PATH environment variable.
- In the Variable value field you type the following %JAVA_HOME%\bin. This will reuse the JAVA_HOME variable we just defined.
Add CATALINA_HOME, CATALINA_BASE and CATALINA_OPTS environment variables:
- Right-click on My Computer.
- Select Properties. The system properties window appears.
- Select the Advanced tab.
- Click Environment Variables.
- Click New. The New System Variable box appears.
- In the Variable name field, type CATALINA_HOME.
- In the Variable value field, type the path of the Apache Tomcat installation directory. This is usually C:\Apache Software Foundation\Tomcat 7.0.
- Click OK.
- Click New. The New System Variable box appears.
- In the Variable name field, type CATALINA_BASE.
- In the Variable value field type %CATALINA_HOME%.
- Click OK
- Click New. The New System Variable box appears.
- In the Variable name field, type CATALINA_OPTS.
- In the Variable value type -server -Djava.awt.headless=true -Xms384M -Xmx1024M.
Add ANT_HOME environment variable:
- Right-click on My Computer.
- Select Properties. The System Properties window appears.
- Select the Advanced tab.
- Click on the Environment Variables button.
- Click the New button.
- In the Variable name field, type ANT_HOME.
- In the Variable value field, type the path of the Ant directory. This is usually C:\Apache-Ant.
- Click OK.
- Select the PATH environment variable.
- In the Variable value field type %ANT_HOME%\bin.
- Click the New button.
- In the Variable name field, type ANT_OPTS.
- In the Variable value field, type -Xmx1024M.