OfBiz local machine setup guide

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

OfBiz local machine setup guide

ilaiyaraja_velusamy
Hi All,

I am new to Of Biz ERP. Please provide a ofbiz setup document and how to integrate with eclipse. so that i can set it up in  my machine and start development. I not able to understand the guideline provided in the site.

Note: i have ofBiz setup file(zip format).

thanks in advance.

Regards,
Ilaiya...
Reply | Threaded
Open this post in threaded view
|

Re: OfBiz local machine setup guide

Mohd Viqar
Steps to run ofbiz 12.04 (assuming java jdk is installed and set in environment  :
 
1. Extract the ofbiz zip.
2. Go to the extracted ofbiz directory location using command prompt cd pathToOfbiz/ofbiz.
3. run the command ant load-demo to load the demo data in default derby database.
4. Once the above command is successfully executed you do not have to use it again unless you have changed some demo data or you have dropped the database.
5. now all you need to do is to start the ofbiz using command tools/startofbiz.bat on windows or tools/startofbiz.sh on linux.
6. once the server is successfully started got to following link http://localhost:8080/ecommerce for demo ecommerce store and https://localhost:8443/webtools/control/main for ofbiz backend using admin as username and ofbiz as password.

7. To import the ofbiz project in eclipse you just need to go to file->import->general->exsiting project into workspace and then add your ofbiz folder

Regards
Mohd Viqar
 
Reply | Threaded
Open this post in threaded view
|

Re: OfBiz local machine setup guide

dhiraj.g
In reply to this post by ilaiyaraja_velusamy

Hi
-for ofbiz running on windows machin following these steps.
1- install java 1.7 or upper version and set the JAVA_HOME in  windows environment Variable
2- install ant1.8  and upper version and ser the ANT_HOME in  windows environment Variable
3- unzip the  ofbizxxxx.zip in any directory
4- Goto ofbiz  folder and run the following command
ant run-install-seed
startofbiz.bat


For Eclipse Integration with ofbiz  u can follow this link
https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse
Dhiraj Gupta
Reply | Threaded
Open this post in threaded view
|

RE: OfBiz local machine setup guide

ilaiyaraja_velusamy

Hi,

 

Please clarify the following.

 

I have apache-ofbiz-11.04.02.zip in my D drive.

I went to D:\Apach OfBiz\apache-ofbiz-11.04.02 and ran the command ant run-install-seed in cmd prompt. But I got the below error.

 

 

D:\Apach OfBiz\apache-ofbiz-11.04.02>ant run-install-extseed

D:\Apach OfBiz\apache-ofbiz-11.04.02>ECHO OFF

D:\Apach OfBiz\apache-ofbiz-11.04.02>"\bin\java" -jar framework/base/lib/ant-launcher-1.7.1.jar -lib framework/base/lib/ant run-

The system cannot find the path specified.

D:\Apach OfBiz\apache-ofbiz-11.04.02>

 

Note: I don’t have ant installed.

 

Please help. Thanks in advance.

 

Thanks,

Ilaiyaraja V

 

From: dhiraj.g [via OFBiz] [mailto:ml-node+[hidden email]]
Sent: Tuesday, February 12, 2013 2:27 PM
To: Velusamy, Ilayaraja
Subject: Re: OfBiz local machine setup guide

 


Hi
-for ofbiz running on windows machin following these steps.
1- install java 1.7 or upper version and set the JAVA_HOME in  windows environment Variable
2- install ant1.8  and upper version and ser the ANT_HOME in  windows environment Variable
3- unzip the  ofbizxxxx.zip in any directory
4- Goto ofbiz  folder and run the following command
ant run-install-seed
startofbiz.bat


For Eclipse Integration with ofbiz  u can follow this link
<a href="https://cwiki.apache.org/confluence/display/OFBIZ/Running&#43;and&#43;Debugging&#43;OFBiz&#43;in&#43;Eclipse" target="_top">https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse

dhirajgupta

 


If you reply to this email, your message will be added to the discussion below:

http://ofbiz.135035.n4.nabble.com/OfBiz-local-machine-setup-guide-tp4639323p4639325.html

To unsubscribe from OfBiz local machine setup guide, click here.
NAML

Confidential: This electronic message and all contents contain information from Syntel, Inc. which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee only. If you are not the addressee, any disclosure, copy, distribution or use of the contents of this message is prohibited. If you have received this electronic message in error, please notify the sender immediately and destroy the original message and all copies.
Reply | Threaded
Open this post in threaded view
|

RE: OfBiz local machine setup guide

dhiraj.g
hi
Put  ant folder in any drive and set ANT_HOME(Path of ant ) in environment variable.

Thanks
Dhiraj



Dhiraj Gupta
Reply | Threaded
Open this post in threaded view
|

RE: OfBiz local machine setup guide

ilaiyaraja_velusamy

Hi,

 

I have set the ANT_HOME as D:\Apach OfBiz\apache-ofbiz-11.04.02\framework\base\lib in environment variable and set in the path variable also. But ant is not installed in my machine.

Do we need to create folder as ant and put the ant .jar in that and then set this as a ant_home.

 

Thanks,

Ilaiya

 

From: dhiraj.g [via OFBiz] [mailto:ml-node+[hidden email]]
Sent: Wednesday, February 13, 2013 3:40 PM
To: Velusamy, Ilayaraja
Subject: RE: OfBiz local machine setup guide

 

hi
Put  ant folder in any drive and set ANT_HOME(Path of ant ) in environment variable.

Thanks
Dhiraj


dhirajgupta

 


If you reply to this email, your message will be added to the discussion below:

http://ofbiz.135035.n4.nabble.com/OfBiz-local-machine-setup-guide-tp4639323p4639343.html

To unsubscribe from OfBiz local machine setup guide, click here.
NAML

Confidential: This electronic message and all contents contain information from Syntel, Inc. which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee only. If you are not the addressee, any disclosure, copy, distribution or use of the contents of this message is prohibited. If you have received this electronic message in error, please notify the sender immediately and destroy the original message and all copies.
Reply | Threaded
Open this post in threaded view
|

RE: OfBiz local machine setup guide

ilaiyaraja_velusamy
In reply to this post by dhiraj.g

Hi,

 

Am getting the error as JSON cannot be resolved to a type when importing apache-ofbiz-11.04.02 to Eclipse in ResourceConverter.java. Please help to resolve this issue. And also not getting ofbiz.jar from online.

 

Thanks,

Ilaiyaraja V

 

From: dhiraj.g [via OFBiz] [mailto:ml-node+[hidden email]]
Sent: Wednesday, February 13, 2013 3:40 PM
To: Velusamy, Ilayaraja
Subject: RE: OfBiz local machine setup guide

 

hi
Put  ant folder in any drive and set ANT_HOME(Path of ant ) in environment variable.

Thanks
Dhiraj


dhirajgupta

 


If you reply to this email, your message will be added to the discussion below:

http://ofbiz.135035.n4.nabble.com/OfBiz-local-machine-setup-guide-tp4639323p4639343.html

To unsubscribe from OfBiz local machine setup guide, click here.
NAML

Confidential: This electronic message and all contents contain information from Syntel, Inc. which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee only. If you are not the addressee, any disclosure, copy, distribution or use of the contents of this message is prohibited. If you have received this electronic message in error, please notify the sender immediately and destroy the original message and all copies.