Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
On your Windows command prompt, run this command to create a new OpenShift App.
...
Code Block | ||
---|---|---|
| ||
rhc env set JAVA_OPTS_EXT="-Djava.awt.headless=true -Dwflow.home=/var/lib/openshift/115e25277628e1c35b000238/app-root/data/wflow/" -a jogetv5 |
Code Block | ||||
---|---|---|---|---|
| ||||
Setting environment variable(s) ... done |
...
Once we executed the last command earlier "mv apache-tomcat-8.0.20/webapps/jw* ~/jbossews/webapps/", Joget Workflow webapp is being initialized right away.
However, it is highly recommended that we restart the server first to make sure that everything would works persistently.
Issue the following command in your Windows command prompt.
Code Block | ||
---|---|---|
| ||
rhc app-restart jogetv5 |
You can monitor its deployment of the web server by tailing the server log.
...