Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Complete README to use jdk1.7 instead of jdk 1.6 and add command to r…
Browse files Browse the repository at this point in the history
…un ofbiz directly by ant target

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1651870 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
nmalin committed Jan 14, 2015
1 parent 0c8828b commit 58dba7c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@

Welcome to Apache OFBiz!

All you need to run OFBiz is a 1.6 (version 6) JDK
All you need to run OFBiz is a 1.7 (version 7) JDK
(not just the JRE, the full JDK).
http://java.sun.com/javase/downloads/index.jsp

You can load the demo data (strongly advised if you are new to
OFBiz) with the following command on the command line
from the OFBiz home folder (in Unix-like operating systems
type "./ant" rather than "ant"):
type "./ant" rather than "ant" to use the embed ant version
if you haven't installed it on your system) :

ant load-demo

Expand All @@ -17,10 +18,14 @@ Then start OFBiz:
ant start

(or "java -Xms128M -Xmx512M -XX:MaxPermSize=128m -jar ofbiz.jar")
(you can also run directly "ant load-demo start")

Once OFBiz starts, you can look at the demo storefront at:
http://localhost:8080/ecommerce

the back office at:
https://localhost:8443/ordermgr

and the administration interface at:
https://localhost:8443/webtools

Expand Down

0 comments on commit 58dba7c

Please sign in to comment.