English |
---|
Once you have completed building Joget community edition from its source code and finished Customizing Your OEM Build, you may consider to package them into a windows installer bundle. In this example, we will be using Nullsoft Scriptable Install System (NSIS) that is also being used in Joget. |
Table of Contents |
---|
Setting Up The Environment
...
- We will need to prepare the NSI Script. It is a manifest file that describes what should be packaged into the bundle later on.
- A sample NSI script can be located in \jw-community-78.0-SNAPSHOT\wflow-install\src\main\resources\setup.nsi. This is the script for Joget Community edition.
- You can use any text editor to edit the file.
- Copy the following files from \jw-community-78.0-SNAPSHOT\wflow-install\src\main\resources\ and paste it into any existing Joget installation folder i.e \Joget-DX7DX8-Enterprise
- setup.nsi
- jwdb-sample.sql from data folder
...
- If you have any customs plugins that you wish to add into the bundle, copy the .jar files into the existing Joget installation folder \Joget-DX7DX8-Enterprise\wflow\app_plugins.
...