Versions Compared

Key

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

...

Overview (Introduction to OFBiz)

Open For Business Apache OFBiz (OFBiz hereafter) is a suite of enterprise applications built on a common architecture using common data, logic, and process components. The loosely coupled nature of the applications makes these components easy to understand, extend and customize.

...

1.Checkout via Gradle tasks

To get all components use pullAllPluginsSource(This command should be run from ofbiz-framework home). Beware this deletes a previously existing plugins directory.

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

2.Checkout via GIT command(Following commands should be run from ofbiz-framework home)

...