You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by nm...@apache.org on 2015/01/14 23:50:56 UTC

svn commit: r1651868 - /ofbiz/branches/release12.04/README

Author: nmalin
Date: Wed Jan 14 22:50:56 2015
New Revision: 1651868

URL: http://svn.apache.org/r1651868
Log:
Complete README to use jdk1.7 instead of jdk 1.6 and add command to run ofbiz directly by ant target

Modified:
    ofbiz/branches/release12.04/README

Modified: ofbiz/branches/release12.04/README
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/README?rev=1651868&r1=1651867&r2=1651868&view=diff
==============================================================================
--- ofbiz/branches/release12.04/README (original)
+++ ofbiz/branches/release12.04/README Wed Jan 14 22:50:56 2015
@@ -1,14 +1,15 @@
 
 Welcome to Apache OFBiz 12.04!
 
-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 @@ 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