Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: OFBIZ-9411: Rename "loadAll" the "loadDefault" Gradle task

...

Run one of the following two options from the command line in the ofbiz home directory to run the default install routine:

Code Block
 [./]gradlew loadDefaultloadAll (add "./" on *nix systems, to use the embedded Gradle which comes with its wrapper, hence gradlew and not gradle in the command). 
Do this from the ofbiz home directory (i.e. the directory where you installed OFBiz). Note: you can get more information about Gradle task using "gradlew tasks".
or
java -jar build/libs/ofbiz.jar --load-data

...