Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Redundant question. See How to Deploy Joget Workflow (community edition) on Open Shift
ur mysql may be not set to path. u can refer to http://stackoverflow.com/questions/14740585/ant-build-xml-causes-java-io-ioexception-system-cannot-find-the-specified-file.
Hello,
While deploying Joget on Openshift. I am stuck on the last step with the following error. Any advice?
C:\Joget-v5>apache-ant-1.7.1\bin\ant setup -Dprofile.name=default -Ddb.name=jwdb -Ddb.host=%OPENSHIFT_MYSQL_DB_HOST% -Ddb.port=3306 -Ddb.user=%OPENSHIFT_MY
SQL_DB_USERNAME% -Ddb.password=%OPENSHIFT_MYSQL_DB_PASSWORD%;\
Buildfile: build.xml
setup-db:
[input] skipping input as property db.host has already been set.
[input] skipping input as property db.port has already been set.
[input] skipping input as property db.name has already been set.
[input] skipping input as property db.user has already been set.
[input] skipping input as property db.password has already been set.
[input] skipping input as property profile.name has already been set.
create-db:
[echo] Creating database, please wait...
BUILD FAILED
C:\Joget-v5\build.xml:40: Execute failed: java.io.IOException: Cannot run program "mysql": CreateProcess error=2, The system cannot find the file specified
Total time: 0 seconds
C:\Joget-v5>
Thanks in advance