Hi,

I am not sure if there is any documentation available or not but I am using
Ofbiz on Ubuntu so can tell some quick steps you can follow.

1. Download SVN and take checkout of ofbiz with command 
  svn co http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz

2. Go to {OFBIZ_HOME} directory and run following commands:-
     a) ./ant load-extseed;
     b) ./ant load-demo;
     c) ./ant create-admin-user-login (Will ask for username and default
password will be ofbiz)
     d) ./ant start;


This will load the basic seed data and demo data.

Back-end can be accessed with url:-
https://localhost:8443/catalog/control/main
Front-end can be accessed with
url:-http://localhost:8080/ecommerce/control/main


Thanks,
Jyoti Sharma



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Installing-Ofbiz-on-Ubuntu-tp4658965p4658967.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to