Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expert Recommendation: if you are using an external application server or want to setup more advanced Entity Engine configurations, see the Entity Engine Configuration Guide or other online documentation. The training videos from Undersun Consulting are highly recommend if you get into more advanced usage of OFBiz.

...

Code Block
ofbiz$ [./]ant load-demo (ant run-install in no longer supported releases)
(add "./" on *nix systems, to use the embedded ant which is in sync with your OFBiz version)

...

Code Block
ofbiz$ java -jar ofbiz.jar -help

or

code
ofbiz$ java -jar ofbiz.jar -install -help

Note that you can choose to only load the basic "seed" data and not load the "demo" set of data files. To do this run something like:

Code Block
ofbiz$ java -jar ofbiz.jar -install -readers=seed,seed-initial

...

Code Block
ofbiz$ java -jar ofbiz.jar -install -readers=seed,ext

or the special ant target:

Code Block
ofbiz$ [./]ant  load-extseed (ant run-install-extseed in no longer supported releases)
(add "./" on *nix systems, to use the embedded ant which is in sync with your OFBiz version) 

...