Le 12/11/2014 14:27, Jacopo Cappellato a écrit :
On Nov 12, 2014, at 11:08 AM, Jacques Le Roux <[email protected]>
wrote:
Also should we not rename install to load-demo?
load-data would be a better choice
+1
Do you know what it does exactly, does it load demo or seed data?
It depends on other arguments; for example:
$ java -jar ofbiz.jar -install -readers=seed,demo,ext -timeout=7200
-delegator=default -group=org.ofbiz
$ java -jar ofbiz.jar -install -file=/tmp/dataload.xml
Ha great thanks, I think we should add this as an example in the help ! :)
Jacques
Jacopo