Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
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:
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.
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
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-DX7-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.