Hace unos días paso de beta a stable la versión 2.40 de OpenBravo, un ERP popular en estos días. En una anterior nota, mostré como instalar y configurar en un servidor Centos 5.2 la beta de OpenBravo, en esta nota veremos como pasar de la beta a la versión stable 2.40. La nota anterior pueden verla en este link.
Todos los pasos siguientes son hechos desde la cuenta root del servidor Centos. De mas esta decir que si es un servidor en producción, antes de hacer esto, saque un backup de su configuración por si algo no sale bien. A mi me funciono sin problemas.-Descargamos el file para hacer el upgrade del beta a la stable.
wget -c http://internap.dl.sourceforge.net/sourceforge/openbravo/OpenbravoERP_2.40beta-2.40-linux-upgrader.bin
-Colocamos atributos de ejecucion
chmod 755 OpenbravoERP_2.40beta-2.40-linux-upgrader.bin
-Detenemos el servicio de tomcat
service Tomcat5 stop
-Comenzamos el upgrade
./OpenbravoERP_2.40beta-2.40-linux-upgrader.bin
Installation directory
Please specify the directory where Openbravo ERP is installed
[/opt/OpenbravoERP]:
----------------------------------------------------------------------------
Stack: Java home directory
Please specify the directory where the JDK is located
[/usr]: /usr/java/latest
----------------------------------------------------------------------------
Stack: Ant executable
Please specify the location where the Ant executable is located
[/usr/bin/ant]:
Stack: Tomcat directory
Please specify the directory where Tomcat is located.
In case of having Tomcat split into 2 directories, select the one containing the webapps directory
[]: /usr/share/apache-tomcat-5.5.26
Info: Please make sure Tomcat is stopped.
Press [Enter] to continue :
----------------------------------------------------------------------------
Database: PostgreSQL directory
Please specify the directory where the binaries of the PostgreSQL installation are located (psql, pg_restore, vacuumdb)
[/usr/bin]:
----------------------------------------------------------------------------
Setup is now ready to begin installing Openbravo ERP Upgrader on your computer.
Do you want to continue? [Y/n]: y
----------------------------------------------------------------------------
Please wait while Setup installs Openbravo ERP Upgrader on your computer.
Installing
0% ______________ 50% ______________ 100%
#########################################
----------------------------------------------------------------------------
Setup has finished installing Openbravo ERP Upgrader on your computer.
http://192.168.1.196:8080/openbravo/security/Login_FS.html
No hay comentarios:
Publicar un comentario
Dejame un comentario, aprecio la retroalimentacion. Leave me a comment, I appreciate the feedback.