Skip to content

How to implement

Pierre Smits edited this page Dec 22, 2021 · 3 revisions

The odwh drop-in replacement can be used along side (but need not be) bi component of the 'ofbiz-plugins' repository.

Implementation of this plugin can be done via:

  1. for production - take the latest release and deploy it in the 'plugins' folder of your OFBiz implementation
  2. for development - clone this repo into the 'plugins' folder of your OFBiz implementation

For production

Taking the latest release from this repo, you can put that into the 'plugins' folder and untar/unzip it there. Subsequently rebuild, (re)load the datasets from the odwSecurityData.xml and odwhSeedData.xml files into your implementation, and restart your OFBiz implementation.

For development

Clone this repo into the plugins folder of your development environment. Subsequently rebuild, (re)load the datasets from the odwSecurityData.xml and odwhSeedData.xml files into your implementation, and restart your OFBiz implementation.

Clone this wiki locally