How to Deploy Joget Workflow (community edition) on Open Shift
Confluence User - 08 Jun, 2016
Hi
I have read this article about deployment of Joget on Open Shift - Windows.
https://dev.joget.org/community/display/KBv5/Joget+Workflow+on+OpenShift
However, the code given on the above mentioned page is of Linux. Although, I tried myself to convert that to windows cmd syntax and successful in 50% of the code. But I am not stuck on the deployment of joget part.
echo === Deploy Joget Workflow $JOGET_VERSION ===rhc ssh $APP_NAME "cd ~/app-root/data;\echo '--- Download Bundle ---';\echo '--- Extract Bundle ---';\tar xvfz joget-enterprise-linux-$JOGET_VERSION.tar.gz;\cd joget-enterprise-linux-$JOGET_VERSION;\echo '--- Setup Datasource ---';\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_MYSQL_DB_USERNAME -Ddb.password=$OPENSHIFT_MYSQL_DB_PASSWORD;\cp -rf wflow/ $OPENSHIFT_DATA_DIR/;\echo '--- Setup WARs ---';\mv apache-tomcat-8.0.20/webapps/jw* ~/jbossews/webapps/;\echo '--- Clean Bundle ---';\cd ..;\rm -r joget-enterprise-linux-*"the download bundle address is given in this code is not working anymore because now the joget website redirects to Sourceforge which has a .exe file.
I would greatly appreciate your help in this regard
openshift;cloud