How to start Apache OFBiz demo under Ubuntu Server 12.04

Install JDK 6 with the following command:

apt-get install default-jdk

Download the latest OFBiz version, extract it in your home directory and do the following steps described in the README file.

Having apache-ofbiz-XX.XX.XX as the current directory execute the following command:

./ant load-demo

If you see something like “BUILD SUCCESSFUL Total time: 32 minutes 55 seconds” start OFBiz:

./ant start

Once OFBiz starts, the demo storefront at http://localhost:8080/ecommerce should look like this:

SNAGHTML24154daf

You can log in to administration interface at https://localhost:8443/webtools with the user “admin” and password “ofbiz”:

SNAGHTML241737b0

There we have lots of various interesting items for investigation:

SNAGHTML24193fbb

To stop OFBiz press Ctrl+C.

Useful links

1 Response to How to start Apache OFBiz demo under Ubuntu Server 12.04

  1. superadmin says:

    today I built it with
    nohup ./ant run-install &

    BUILD SUCCESSFUL
    Total time: 3 minutes 16 seconds

    and then started with
    nohup ./startofbiz.sh &

    firewall rules:
    ufw allow from 1.2.3.4 to any port 8080 proto tcp
    ufw allow from 1.2.3.4 to any port 8443 proto tcp

Leave a Reply to superadmin Cancel reply

Your email address will not be published. Required fields are marked *