jueves, 13 de abril de 2017

Instalar Openbravo 3 Windows 10

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:

  1. Right-click on My Computer.
  2. Select Properties. The System Properties window appears.
  3. Select the Advanced tab then click Environment Variables.
  4. Click New. The New System Variable box appears.
  5. In the Variable name field, type JAVA_HOME.
  6. In the Variable value field type the path of the JDK installation directory. This is usually C:\Program Files\Java\jdk1.8.0_
  7. Select the PATH environment variable.
  8. In the Variable value field you type the following %JAVA_HOME%\bin. This will reuse the JAVA_HOME variable we just defined.
Add CATALINA_HOMECATALINA_BASE and CATALINA_OPTS environment variables:
  1. Right-click on My Computer.
  2. Select Properties. The system properties window appears.
  3. Select the Advanced tab.
  4. Click Environment Variables.
  5. Click New. The New System Variable box appears.
  6. In the Variable name field, type CATALINA_HOME.
  7. In the Variable value field, type the path of the Apache Tomcat installation directory. This is usually C:\Apache Software Foundation\Tomcat 7.0.
  8. Click OK.
  9. Click New. The New System Variable box appears.
  10. In the Variable name field, type CATALINA_BASE.
  11. In the Variable value field type %CATALINA_HOME%.
  12. Click OK
  13. Click New. The New System Variable box appears.
  14. In the Variable name field, type CATALINA_OPTS.
  15. In the Variable value type -server -Djava.awt.headless=true -Xms384M -Xmx1024M.
Add ANT_HOME environment variable:
  1. Right-click on My Computer.
  2. Select Properties. The System Properties window appears.
  3. Select the Advanced tab.
  4. Click on the Environment Variables button.
  5. Click the New button.
  6. In the Variable name field, type ANT_HOME.
  7. In the Variable value field, type the path of the Ant directory. This is usually C:\Apache-Ant.
  8. Click OK.
  9. Select the PATH environment variable.
  10. In the Variable value field type %ANT_HOME%\bin.
Equally add the ANT_OPTS environment variable:
  1. Click the New button.
  2. In the Variable name field, type ANT_OPTS.
  3. In the Variable value field, type -Xmx1024M.