Here are the steps that I use.

1) create directory to check out OfBiz to (~/sandbox)
2) cd to ~/sandbox
3) the following command will check out the ofbiz trunk in the current directory and put it in a folder called ofbiz:
svn co http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz
4) once it is all done checking out, cd to ~/sandbox/ofbiz
5) The following command will use ant to build the ofbiz project and load in the demo data so that you have a fully functioning instance: ant clean-all run-install (the clean-all is not necessary but is a nice command to wipe out any changes and bring back a fresh 'factory' instance) 6) once the instance is done building run the following command to start up the instance.
java -Xmx512M  -jar ofbiz.jar;
7) This can be the confusing part for the first time you run ofbiz. The terminal is showing what the instance is doing so it will never just say "ofbiz is ready!" Instead you will know everything is up and running when you see something like this in the terminal:

2009-10-02 14:42:44,343 (main) [ CatalinaContainer.java:240:INFO ] Started Apache Tomcat/6.0.16
Httpd started on port: 9989
Sessiond started on port: 9990
2009-10-02 14:42:44,444 (main) [ BeanShellContainer.java:100:INFO ] Started BeanShell telnet service on 9989, 9990 2009-10-02 14:42:44,444 (main) [ BeanShellContainer.java:101:INFO ] NOTICE: BeanShell service ports are not secure. Please protect the ports

8) Now in your browser type the following to get the demo ecommerce site:
localhost:8080/ecommerce

9) you can also access the backend applications here using the username/password combo of admin/ofbiz
localhost:8080/catalog
localhost:8080/partymgr
localhost:8080/webtools

or generally
localhost:8080/'appname'


Thanks,

Rob Schapper




On Oct 2, 2009, at 1:01 PM, MavrickIT wrote:


Thanks Patel for trying to help me out. I have gone through the links already that you gave me. Thing is, I already installed JRE6, full SDK, and tomcat,
SVN, ANT etc. These were installed in root by default.
I created folder /home/ofbiz. So, there is nothing inside ...home/ ofbiz$
I performed svn co http://svn.apache......
Even I tried svn co http://................../ofbiz9+ and svn co
http://......../ofbiz4.0

So, how could I download ofbiz or even extract it, I don't know. Even, from
where to download it?
Some google sites say, to download ofbiz separately and extract it to
/home/ofbiz user. Somewhere
(http://docs.ofbiz.org/display/OFBADMIN/Demo+and+Test+Setup+Guide) it's
shown that, "OFBiz with embedded Tomcat".
I can't find any exact solution. I am yet confused what should I type @ the
terminal for installing Ofbiz from the beginning.
Waiting for any suitable reply.:-(
Thank you.



Anil Patel-3 wrote:

Hi,

For quick setup use
http://docs.ofbiz.org/display/OFBADMIN/Demo+and+Test+Setup+Guide

Please see following documents to setup development/staging environment.

http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide
http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide


Regards
Anil patel


On Oct 2, 2009, at 12:34 PM, MavrickIT wrote:


Can anybody help me out for Ofbiz installation guide [step by step
command
lines] from the Terminal (Ububntu)?

I've been facing lots trouble about it. Please find me a solution. I
found
no solid step by step commands tutorials for installing ofbiz or
running it.
well, I am newbie to linux as well. Eventually, I don't even know
how to
extract or download ofbiz.
Please help me.
--
View this message in context:
http://www.nabble.com/Ofbiz-installation-tutorial----tp25716734p25716734.html
Sent from the OFBiz - User mailing list archive at Nabble.com.





--
View this message in context: 
http://www.nabble.com/Ofbiz-installation-tutorial----tp25716734p25720863.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to