Complete README to use jdk1.7 instead of jdk 1.6 and add command to run ofbiz directly by ant target
git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1651870 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README b/README
index c291f55..48e1aef 100644
--- a/README
+++ b/README
@@ -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
@@ -17,10 +18,14 @@
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