how can I test after building?

Confluence User - 10 Jan, 2019
I succeeded to build following the guide.

https://dev.joget.org/community/display/KBv6/Joget+Workflow+Open+Source



how can I run 'workflow' when the build succeeds?

I want to make sure that I did it right.


build;test;run;success;finaltest;opensource;guide

2


11 Jan, 2019
confluenceUser
1
confluenceUser

Hi, what do you mean by run 'workflow'? I am assuming that you want to run the webapp. After the build would have a Java WAR web archive jw.war file in the target directory in wflow-consoleweb. You can deploy that WAR file to your app server. If you are using Apache Tomcat then you can just copy the WAR into the webapps directory.

14 Jan, 2019
confluenceUser
confluenceUser

it works. thanks.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print