Versions Compared

Key

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

...

Info
titlePre-Requisites
  • For 18.12, the ofbiz-framework trunk and ofbiz-plugins trunk the minimum requirement you need to be installed is Java 1.8 SDK or Sun JDK 1.8.
  • Apache OFBiz can be downloaded and run on both Unix-based and Windows-based systems.
  • Set JAVA_HOME environment variable (It is required to run Gradle build tool)
    Execute the following command on terminal: echo $JAVA_HOME HOME (this will show a path(i.e home directory of your Java installation) which means the variable is set and if not please set)
  • System Specific requirements are available here.

...

Code Block
For Linux/Mac: $ ./gradlew pullAllPluginsSource
For Windows: > gradlew pullAllPluginsSource


3. Move to plugins folder over the terminal and switch to the branch release

  • $ git checkout origin/release18.12

For more details refer Apache OFBiz Source Repository page.

...