Hi Swati, On a development machine, if you do
./gradlew distZip (gradlew distZip on Windows) You will get a zip file with OFBiz and all dependencies in the build/distributions directory, so you won't need to deploy gradle or download dependencies on a production server. To run OFBiz you must first unarchive them with tar xf or unzip and then from that directory you can run either bin/ofbiz shell script or bin/ofbiz.bat batch script with the appropriate ofbiz options. The README at https://github.com/apache/ofbiz-framework has more detail. Hope that helps. Paul Foxworthy On Wed, 8 Feb 2023 at 09:06, Swati Srivastava <[email protected]> wrote: > > I want to generate a zip file of the ofbiz application that can be run > using bash file only. How can we achieve that? Is there any document or > steps to follow? Please help in how to generate such a folder. > -- Coherent Software Australia Pty Ltd PO Box 2773 Cheltenham Vic 3192 Australia Phone: +61 3 9585 6788 Web: http://www.coherentsoftware.com.au/ Email: [email protected]
