Versions Compared

Key

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

...

If you haven't already checkout Apache OFBiz Framework on your machine, let's do it. Anyone can checkout or browse the source code in the OFBiz public GIT repository. If you don't have Git, to install it you can go here for instructions.

1.To clone the source code, simply use the following command (if you are using a GUI client, configure it appropriately):

2. Switch to the branch release

  • $ git checkout origin/release18.12


Since the release18.12 was split into ofbiz-framework and ofbiz-plugins, the special-purpose and hot-deploy directories have disappeared.
New components must be put in a plugins directory which works as was the hot-deploy directory.

...