sábado, 24 de noviembre de 2012

Evaluating of Apache OFBiz demo on Ubuntu 12


Apache OFBiz is open source ERP software done with Java language.
This is a quick Getting Started Guide to quickly test it on Ubuntu 12.04.
The OFBiz version tested is "Nightly Trunk Builds" to java 1.6 (Nightly trunk builds do not have release numbers).

Read: "Demo and Test Setup Guide".
Requirement: Java 1.6, SVN and Ant (1.7 or later)

# Open Terminal

# Verify that Java 1.6 is installed
java -version
java version "1.6.0_30"
Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
Java HotSpot(TM) Server VM (build 20.5-b03, mixed mode)

# Verify that Subverrsion SVN is installed
svn --version
svn, version 1.7.7 (r1393599)
   compiled Oct 15 2012, 20:25:39
Copyright (C) 2012 The Apache Software Foundation.

# Verify that Ant is installed
ant -version
Apache Ant(TM) version 1.8.2 compiled on December 3 2011

# Download OFBiz, install demo and start
sudo su -
cd /opt/
svn co http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz
cd /opt/ofbiz/
./ant
./ant run-install
./ant load-demo
./ant start

#Test website, Open a browser and go to:
#for the ecommerce http://127.0.0.1:8080/ecommerce/control/main
#for the ecommerce application or https://127.0.0.1:8443/webtools/control/main
#for the WebTools application or https://127.0.0.1:8443/catalog/control/main

Screenshots:

Applications Menu:

POS Screenshot:

References:
OFBiz:
-Vision general e instalacion con postgres (pdf).
https://cwiki.apache.org/OFBTECH/apache-ofbiz-technical-production-setup-guide.html
https://cwiki.apache.org/confluence/display/OFBADMIN/Demo+and+Test+Setup+Guide
Marksoft:
http://code.google.com/p/marksoft/wiki/Origen_ofbiz_eclispe
- Install OFBiz with MySQL database.
-Apache OFBiz Cookbook.

- Youtube: OFBiz training: How to setup OFBiz starting from an empty System .

- OFBiz Tutorial - A Beginners Development Guide.

No hay comentarios:

Publicar un comentario