Once you have received access to the OEM Project files, download the latest zip. Upon completion of the download, unzip the OEM package to receive the following files:
- joget-src-{version number}-{build number}.tar.gz
- jw.war
- oem-enterpriseweb-{version number}-{build number}.tar.gz
- README.txt
Step 1: Building Joget Community Version
Step 2: Adding OEM war file into local Maven Repository
In the command prompt, browse to the OEM package folder that contains the jw.war and execute the Maven install command to install the jw.war as an artifact to your local Maven repository.
mvn install:install-file -Dfile=jw.war -DgroupId=org.joget -DartifactId=cloud-consoleweb -Dversion={version number} -Dpackaging=war -DgeneratePom=true
Replace {version number} with the version that you are building against.
Step 3: Build OEM package
Extract the oem-enterpriseweb-{version number}-{build number}.tar.gz.
In the command prompt, browse to the oem-enterpriseweb folder and build the oem-enterpriseweb to get your customized OEM war file. (jw.war).
mvn clean install
Step 4: Start Joget server with OEM war file
Once the build is complete, browse to the {oem-enterpriseweb folder}\target and copy-paste the jw.war file into any existing Joget installation folder i.e \Joget-DX8-Enterprise\apache-tomcat-8.5.41\webapps
Start the Joget Server to have at a look at your OEM build.
Now you can start customizing your OEM build.