svn commit: r1651867 - /ofbiz/branches/release14.12/README

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

svn commit: r1651867 - /ofbiz/branches/release14.12/README

nmalin
Author: nmalin
Date: Wed Jan 14 22:50:02 2015
New Revision: 1651867

URL: http://svn.apache.org/r1651867
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/release14.12/README

Modified: ofbiz/branches/release14.12/README
URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/README?rev=1651867&r1=1651866&r2=1651867&view=diff
==============================================================================
--- ofbiz/branches/release14.12/README (original)
+++ ofbiz/branches/release14.12/README Wed Jan 14 22:50:02 2015
@@ -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 @@ 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