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:03 UTC

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

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
 



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

Posted by Nicolas Malin <ni...@nereide.fr>.
Right Jacques, I will complete this information.

Le 15/01/2015 07:38, Jacques Le Roux a écrit :
> Beware that it must be a compatible ant version also
>
> Jacques
>
> Le 14/01/2015 23:50, nmalin@apache.org a écrit :
>> -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)


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

Posted by Jacques Le Roux <ja...@les7arts.com>.
Beware that it must be a compatible ant version also

Jacques

Le 14/01/2015 23:50, nmalin@apache.org a écrit :
> -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)